mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:21:26 +02:00
IDE: Fix not handled AV on startup when broken fppkg.cfg is selected
git-svn-id: trunk@64293 -
This commit is contained in:
parent
2d29afae9c
commit
2300a04013
@ -476,7 +476,7 @@ procedure TFppkgHelper.ReInitialize;
|
||||
begin
|
||||
FIsProperlyConfigured := fpcUnknown;
|
||||
{$IF FPC_FULLVERSION>30100}
|
||||
FFPpkg.Free;
|
||||
FreeAndNil(FFPpkg);
|
||||
{$ENDIF}
|
||||
InitializeFppkg;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user