Subject: | Memory Leak, it seems |
As noted in: http://www.perlmonks.org/?node_id=736789
Everytime I use: "my $exe = Win32::Exe->new($filename)" tons and tons of
memory is used and not released. Each time it's run, it increases the
number of references and the process memory goes way up. It seems the
larger the file being read, the more memory is being used. I haven't
tested, but I assume that the amount of memory used is the same as the
size of the file being read.
When we leave the scope that it's used in, it still doesn't release.