Board index » delphi » D1 Bug: Timage causes memory leak
li...@tempest-sw.com (Ray Lischner)
![]() Delphi Developer |
Sat, 26 Jun 1999 03:00:00 GMT
D1 Bug: Timage causes memory leakOn Tue, 07 Jan 1997 19:24:33 +0100, Rolf Peder Klemetsen Quote<r...@animax.no> wrote: integral multiple of 64K. The solution is to edit Graphics.pas. Look for all the uses of MemAlloc. Change the FreeMem calls that free the MemAlloc-ed memory to use MemFree: procedure MemFree(Ptr: Pointer; Size: LongInt); For more information, search a news archive. |