Commit 247ef72d authored by Federico G. Schwindt's avatar Federico G. Schwindt

Another harmless memleak

Reported by LSAN.
parent b5818529
......@@ -114,6 +114,7 @@ vsl_IX_free(vslf_list *filters)
AN(vslf->vre);
VRE_free(&vslf->vre);
AZ(vslf->vre);
FREE_OBJ(vslf);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment