var BitmapTemp : TBitmap;begin BitmapTemp := TBitmap.Create;
An expected memory leak has occured, the unexpected small block leak are:53-60 bytes: TBitmap x 1109-116 bytes: TBitmapImage x 1
Heap dump by heaptrc unit0 memory blocks allocated : 0/00 memory blocks freed : 0/00 unfreed memory blocks : 0True heap size : 0True free heap : 0
procedure TForm1.Button1Click(Sender: TObject);begin TBitmap.create;end;
Heap dump by heaptrc unit1452 memory blocks allocated : 985563/9906081450 memory blocks freed : 985375/9904162 unfreed memory blocks : 188True heap size : 229376True free heap : 229056Should be : 229072Call trace for block $B7FD77C8 size 124 $080698F2 $081043C8 TRASTERIMAGE__CREATE, line 274 of ./include/rasterimage.incetc...
heap dump by heaptrc unit3404 memory blocks allocated : 1156013/11670243402 memory blocks freed : 1155725/11667362 unfreed memory blocks : 288True heap size : 196608True free heap : 196032Should be : 196096Call trace for block $00007FC413CD4950 size 184 $000000000049858B ....Call trace for block $00007FC413B23D90 size 104 $000000000049858B...
Theo, did you use heaptrc manually or through project option?