|
Le 07/06/2012 22:50, Martin a écrit : On 07/06/2012 09:20, Antonio Fortuny wrote:Maybe. But in any case, the very last is inside the program:1 unfreed memory blocks : 16 <<=========================== sounds OK procedure TForm1.BtnConnectClick(Sender: TObject); var pc: PChar; begin pc := nil; ReAllocMem(pc, 16); ConnectDB; BtnConnect.Enabled := False; BtnDisconnect.Enabled := not BtnConnect.Enabled; BtnConnect.Enabled := False; GrQuery.Enabled := True; GrSerialTest.Enabled := True; GrSmallTests.Enabled := True; AllowQueryButtons(False); end; The problem is that the stackdump permamently stops resolving, once this happens.yes in Vista WIN32 but not in my current development platform: Windows server 2003 x64 Lararus 0.9.31. please install the package LeakView - then go to tools menu and open the leak view windowI've installedthe package leakview but it does not help really:
. |
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
