mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 17:00:38 +02:00
Fix memory leak in HtmlHelp_IPro example project. Issue #29611, patch from wp.
git-svn-id: trunk@51569 -
This commit is contained in:
parent
b091bf9b98
commit
570ec7af98
@ -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