jvcllaz: Avoid memory leak in TJvNavigationPane.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6974 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-30 09:46:00 +00:00
parent ad01e30cdf
commit b9249c18ca
2 changed files with 73 additions and 73 deletions

View File

@ -2882,6 +2882,7 @@ destructor TJvNavPanelPage.Destroy;
begin
FStyleLink.Free;
FBackground.Free;
FHeader.Free;
inherited Destroy;
end;