in reply to Re^3: Perl with Swig C module not releasing memory
in thread [Solved] Perl with Swig C module not releasing memory

You are correct XSUB.h in the CORE files is what's redefining free() to PerlMem_free and the memory isn't getting released.

Still trying to figure out how to keep that from happening.

  • Comment on Re^4: Perl with Swig C module not releasing memory

Replies are listed 'Best First'.
Re^5: Perl with Swig C module not releasing memory
by bulk88 (Priest) on May 11, 2013 at 00:04 UTC