lazMapViewer: Fix memory leak in example/MapViewer_Demo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-06-25 17:29:45 +00:00
parent e3a74f280e
commit 3b85bc30e6
4 changed files with 4 additions and 4 deletions

View File

@ -204,6 +204,7 @@ end;
procedure TMainForm.FormDestroy(Sender: TObject);
begin
WriteToIni;
ClearFoundLocations;
end;
procedure TMainForm.FormShow(Sender: TObject);