IDE: Fix not handled AV on startup when broken fppkg.cfg is selected

git-svn-id: trunk@64293 -
This commit is contained in:
michl 2020-12-28 19:21:20 +00:00
parent 2d29afae9c
commit 2300a04013

View File

@ -476,7 +476,7 @@ procedure TFppkgHelper.ReInitialize;
begin
FIsProperlyConfigured := fpcUnknown;
{$IF FPC_FULLVERSION>30100}
FFPpkg.Free;
FreeAndNil(FFPpkg);
{$ENDIF}
InitializeFppkg;
end;