in reply to Re: perl_destruct clearing memory allocated in c library
in thread perl_destruct clearing memory allocated in c library

Actually the symbol buffer.17598 which valgrind says is causing the problem is been found in one 'so' file I use. I greped all the so files. And I doubt that 'so' file is using perl.h. I don't have source code for that 'so'.

Sorry but I couldn't understand what PV and SV means.

  • Comment on Re^2: perl_destruct clearing memory allocated in c library

Replies are listed 'Best First'.
Re^3: perl_destruct clearing memory allocated in c library
by ikegami (Patriarch) on Mar 24, 2011 at 18:58 UTC

    I was asking if you were passing it to Perl. But I guess you already answered that ("but no reference is passed in or out of c.").