>Memory leak will stay until you the application exits. Do you mean that the leaked memory will exists until the application that generated it is closed, the the leaked memory will be recovered?
Jack wrote: > I would assume it would also be swapped to disk because > OS doesn't know what the application has done with it. > If a leak happens in a function that doesn't get called > very often, it is usually not too bad but if it happens > in a loop, you definitely want to fix it. > > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

