On Wed, Jun 26, 2013 at 06:15:34PM -0700, Tony Cook via RT wrote: > What actually sets PL_sv_consts[SV_CONST_*] ? I assume the result of > newSVpv_share() here is leaking, causing the op/svleak.t test to fail. Actually, the SVs stored in PL_sv_consts[] would produce similar leaks until the tests were adjusted. TonyThread Previous | Thread Next