1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-04 16:35:15 -05:00

Memleak fix. ;-)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@324 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-12-23 12:21:24 +00:00
parent 54efac8f52
commit 00d53d8aed

View File

@ -487,6 +487,8 @@ begin
_shadows := shadows;
bmp.Free;
charsbmp.Free;
shadowsbmp.Free;
end;
constructor TMOCR.Create(Owner: TObject);