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:
parent
5a2ef525cf
commit
5298368052
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user