in reply to Memory leak in Set::Object

I can't verify the XS, but you've done everything right and I'd be happy to receive a bug report like this for one of my modules.

The only thing that would make it even better would be if you were to also include a test that fails with the old leaky code and passes when your patch is applied.

Replies are listed 'Best First'.
Re^2: Memory leak in Set::Object
by parmus (Novice) on Aug 04, 2011 at 10:51 UTC

    I did (^_^) That's what internal_leaks.pl is for. I've renamed it to internal_leaks.t and submitted all three scripts to the bug report.

    Thanks for the reply.