http://qs1969.pair.com?node_id=278532


in reply to Re: MemLeak in Perl from C Calls
in thread MemLeak in Perl from C Calls

Was there any resolution to this? I have been having the exact same problem.....

Replies are listed 'Best First'.
Re^3: MemLeak in Perl from C Calls
by mkprasad (Initiate) on Sep 06, 2009 at 21:18 UTC
    Even after almost a decade, the problem exists as it was!
      Hi, I'm facing the same problem... It's ok since I can manage one call to perl_parse where memory leaks seems to be, with multiple call to perl_call_argv, but I'd like to have a clean memcheck output without using valgrind suppress option. Still no answers (i.e. complete perl memory free on perl_destruct before program exit) ? (I'm on Perl 5.8.8) Thanks...