mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 15:19:14 +02:00
projectgroups: fixed AV when project is missing, issue #35840 from Ondrej
git-svn-id: trunk@61579 -
This commit is contained in:
parent
b901f5a594
commit
94a6b8a2c6
@ -1317,7 +1317,8 @@ begin
|
|||||||
else
|
else
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
Target.LoadGroupSettings(XMLConfig,APath);
|
if Target<>nil then
|
||||||
|
Target.LoadGroupSettings(XMLConfig,APath);
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
Modified:=false;
|
Modified:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user