regcomp.c: Rmv no longer called function
authorKarl Williamson <public@khwilliamson.com>
Sat, 28 May 2011 18:05:54 +0000 (12:05 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:45 +0000 (14:05 -0600)
commit97bb10756102d09d001fbe89b2900b64476199dd
treeac2571a8c11cf468da8668c990f172f27a335ac2
parent198a51c423625d3171d450af5573095cd2c99964
regcomp.c: Rmv no longer called function

This hasn't been used since 626725768b7b17463e9ec7b92e2da37105036252
Author: Nicholas Clark <nick@ccl4.org>
 Date:   Thu May 26 22:29:40 2011 -0600

regcomp.c: Fix memory leak regression

 here was a remaining memory leak in the new inversion lists data
structure under threading.  This solves it by changing the
implementation to use a SVpPV instead of doing our own memory
management.  Then the already existing code for handling SVs
returns the memory when done.
embed.fnc
embed.h
proto.h
regcomp.c