Fix memory leak in HtmlHelp_IPro example project. Issue #29611, patch from wp.

git-svn-id: trunk@51569 -
This commit is contained in:
juha 2016-02-10 14:18:18 +00:00
parent b091bf9b98
commit 570ec7af98

View File

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