mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 23:38:18 +02:00
fix AV
This commit is contained in:
parent
2fb475adfb
commit
09845999ff
@ -771,6 +771,8 @@ var
|
||||
CurResult: TModalResult;
|
||||
begin
|
||||
Result := mrOK;
|
||||
if not Assigned(FLazarusIDEHandlers[lihtPackageBuilding]) then
|
||||
Exit;
|
||||
for I := 0 to FLazarusIDEHandlers[lihtPackageBuilding].Count-1 do
|
||||
begin
|
||||
Handler := TLazPackageBuildingEvent(FLazarusIDEHandlers[lihtPackageBuilding][I]);
|
||||
|
Loading…
Reference in New Issue
Block a user