[perl-win32-gui-hackers] Memory leaks

2007-01-20 Thread Robert May
Tracker 1417288 https://sourceforge.net/tracker/index.php?func=detailaid=1417288group_id=16572atid=116572 This bug report claims that the following code leaks memory: #!perl -w use strict; use Win32::GUI; my ($W,$but); while (1) { $W = new Win32::GUI::Window( #-name = TestWindow,

Re: [perl-win32-gui-hackers] Memory leaks

2007-01-20 Thread Steve Loughran
Left it running for 5 minutes. Checking with process explorer shows no leaks here (on the perl.exe app, or on the system in general) as far as I can tell. ActivePerl 5.8.8, XP Pro. Steve Robert May wrote: Tracker 1417288