in reply to tracking down a memory leak in $_
Tracking down memory leaks at the C level is best done with a tool, such as valgrind; for an example of doing this with perl, see Re: Valgrind, Perl, and banishing leaks.
If you post a short program demonstrating your memory leak, I'd be interested in having a look at it.
|
---|