MedMax
MedMax
About
- Username
- MedMax
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thanks.
-
Hello, There is a memory leak in frxUtils.DrawBitmap procedure. DeleteDC is missing from the end of the procedure. The corrected version: { Draw with smooth } procedure DrawBitmap(aHandle: HDC; Dest: TRect; Bitmap: TBitmap); var hMemDC: HDC…