in reply to Memory leak in Win32::CtrlGUI? [SOLVED, sort of]
If I add the line
once I'm finished with $coord, the leak slows down but does not stop. I probably need to dig into the reference a little deeper and undef pieces of it individually.undef %{$coord};
-Phil
Addendum: It turns out the structure doesn't go any deeper. Here's what Data::Dump returned:
{ bottom => 901, left => 432, right => 1182, top => 302 }
|
|---|