carbon: fix memory leak from Dmitry

git-svn-id: trunk@17659 -
This commit is contained in:
paul 2008-12-02 11:59:18 +00:00
parent 320d8e2a6c
commit 16a1602bb1

View File

@ -440,6 +440,7 @@ begin
Result := TCarbonBitmap(ImgHandle);
finally
ARawImage.FreeData;
DstImage.Free;
end;
end;