in reply to Re: Memory leak in Win32::CtrlGUI?
in thread Memory leak in Win32::CtrlGUI? [SOLVED, sort of]

I just use Ctrl-Alt-Del to bring up the process monitor, which shows the CPU time percentage and memory footprint for each running process. In the case of a memory leak, the latter figure constantly increases. I was able to isolate the cause by a process of elimination, i.e. commenting out portions of the code until the leak stopped.

-Phil