THintWindow.ReleaseHandle: check if handle allocated

git-svn-id: trunk@22877 -
This commit is contained in:
mattias 2009-11-30 19:01:37 +00:00
parent 111f81ba6a
commit 34cfafc138

View File

@ -214,7 +214,8 @@ end;
procedure THintWindow.ReleaseHandle;
begin
DestroyHandle;
if HandleAllocated then
DestroyHandle;
end;
// included by forms.pp