http://www.perlmonks.org?node_id=1001202


in reply to Memory Leak Package

Have a look at Test::LeakTrace and Devel::LeakTrace::Fast. It is also quite possible that memory leaks in XS module, in this case valgrind will help, not sure if it works with Windows though.