v8.04 + D2009: memory leak in PNG export
Posted: Wed Nov 05, 2008 11:12 am
There is quite obvious memory leak in
TPNGExportFormat.SaveToStreamCompression
(D2009 version only, TEELPNGDLL macro undefined).
in the line
tmp.Assign(Bitmap);
Bitmap object is created and never freed.
Hope it will be fixed in the next maintenance release.
Best regards,
Michael
TPNGExportFormat.SaveToStreamCompression
(D2009 version only, TEELPNGDLL macro undefined).
in the line
tmp.Assign(Bitmap);
Bitmap object is created and never freed.
Hope it will be fixed in the next maintenance release.
Best regards,
Michael