mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-23 09:42:20 -05:00
MML/Finder: Fix leak in FindBitmapSpiralTolerance.
Effectively only leaked on non-Windows platforms.
This commit is contained in:
parent
a20a31a250
commit
26a627e7b5
@ -1692,6 +1692,8 @@ begin
|
||||
|
||||
end;
|
||||
//We did find the Bmp, otherwise we would be at the part below
|
||||
TClient(Client).IOManager.FreeReturnData;
|
||||
|
||||
x := ClientTPA[i].x + xs;
|
||||
y := ClientTPA[i].y + ys;
|
||||
result := true;
|
||||
|
Loading…
Reference in New Issue
Block a user