LazMapViewer: Remove the FreeAndNil which had crept into previous commit for testing.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9629 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2025-02-12 10:53:35 +00:00
parent 5a2ef525cf
commit 5298368052

View File

@ -994,8 +994,7 @@ begin
while FPluginList.Count > 0 do while FPluginList.Count > 0 do
FPluginList[FPluginList.Count-1].Free; FPluginList[FPluginList.Count-1].Free;
FPluginList.Free; FPluginList.Free;
FreeAndNil(FMapList); FMapList.Free;
// FMapList.Free;
inherited; inherited;
end; end;