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


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

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...