projectgroups: fixed AV when project is missing, issue #35840 from Ondrej

git-svn-id: trunk@61579 -
This commit is contained in:
mattias 2019-07-12 16:34:41 +00:00
parent b901f5a594
commit 94a6b8a2c6

View File

@ -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;