It is not because a leak concern a memory allocated from a system.pas function that it is a bug into Delphi code. Could you tell use what are the leaks you've found ?
fyi: I'm using FastMM features to detect leaks in my Delphi 7 program and I have no problem at all. All leaks found where my own fault. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be ----- Original Message ----- From: "CubicDesign" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, March 02, 2007 3:01 AM Subject: memory leak in Delphi > Hi. > > I used today a tool to check my app for memory leaks. > > I've found 2 in my code and other 20-30 more in Delphi's code (Delphi 7.1). > They are not so big. The biggest is 4096 in System.pas. Should I close > my eyes and go on. > I mean the leaking in pretty small. > > There is a second question: what happen with a leaking? It is that piece > of memory stored to the swap file or it stays forever in memory? > I know that Window 'downloads' the applications that are not used for a > while to swap to make some room in RAM. > Will be the leaked memory moved to swap also? In this case not even a > big leaking will be too harmful for the system's performances. > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

