mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 17:18:17 +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
|
||||
exit;
|
||||
end;
|
||||
Target.LoadGroupSettings(XMLConfig,APath);
|
||||
if Target<>nil then
|
||||
Target.LoadGroupSettings(XMLConfig,APath);
|
||||
end;
|
||||
finally
|
||||
Modified:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user