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:
maxim 2016-02-13 12:39:14 +00:00
parent 748e872921
commit 6f591680f8

View File

@ -147,5 +147,8 @@ begin
BringToFront; // needed if already open and another help is shown
end;
finalization
FreeAndNil(Help_Viewer);
end.