mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 09:57:36 +01:00
THintWindow.ReleaseHandle: check if handle allocated
git-svn-id: trunk@22877 -
This commit is contained in:
parent
111f81ba6a
commit
34cfafc138
@ -214,7 +214,8 @@ end;
|
||||
|
||||
procedure THintWindow.ReleaseHandle;
|
||||
begin
|
||||
DestroyHandle;
|
||||
if HandleAllocated then
|
||||
DestroyHandle;
|
||||
end;
|
||||
|
||||
// included by forms.pp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user