mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 01:59:43 +02:00
Merged revision(s) 51569 #570ec7af98 from trunk:
Fix memory leak in HtmlHelp_IPro example project. Issue #29611, patch from wp. ........ git-svn-id: branches/fixes_1_6@51608 -
This commit is contained in:
parent
748e872921
commit
6f591680f8
@ -147,5 +147,8 @@ begin
|
||||
BringToFront; // needed if already open and another help is shown
|
||||
end;
|
||||
|
||||
finalization
|
||||
FreeAndNil(Help_Viewer);
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user