mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 07:20:01 +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
|
BringToFront; // needed if already open and another help is shown
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
finalization
|
||||||
|
FreeAndNil(Help_Viewer);
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user