mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-27 11:32:18 -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;
|
end;
|
||||||
//We did find the Bmp, otherwise we would be at the part below
|
//We did find the Bmp, otherwise we would be at the part below
|
||||||
|
TClient(Client).IOManager.FreeReturnData;
|
||||||
|
|
||||||
x := ClientTPA[i].x + xs;
|
x := ClientTPA[i].x + xs;
|
||||||
y := ClientTPA[i].y + ys;
|
y := ClientTPA[i].y + ys;
|
||||||
result := true;
|
result := true;
|
||||||
|
Loading…
Reference in New Issue
Block a user