MML/Finder: Fix leak in FindBitmapSpiralTolerance.

Effectively only leaked on non-Windows platforms.
This commit is contained in:
Merlijn Wajer 2011-08-01 16:25:41 +02:00
parent a20a31a250
commit 26a627e7b5
1 changed files with 2 additions and 0 deletions

View File

@ -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;