cocoa: resolve leaking of window handles

git-svn-id: trunk@61032 -
This commit is contained in:
dmitry 2019-04-21 22:09:54 +00:00
parent 9980e47dc0
commit fa7b48de3b

View File

@ -732,6 +732,7 @@ begin
end;
TCocoaWSWinControl.DestroyHandle(AWinControl);
if Assigned(win) then win.release;
end;