mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:02:11 +02:00
Opkman: Prevent sigsegv while closing the IDE.
git-svn-id: trunk@58391 -
This commit is contained in:
parent
fc480f6059
commit
b38a1c3102
@ -131,9 +131,10 @@ begin
|
||||
PackageDownloader.DownloadJSON(Options.ConTimeOut*1000, True);
|
||||
Exit;
|
||||
end;
|
||||
if (not FBusyUpdating) then
|
||||
if (Assigned(OnPackageListAvailable)) then
|
||||
OnPackageListAvailable(Self);
|
||||
if (not Application.terminated) then
|
||||
if (not FBusyUpdating) then
|
||||
if (Assigned(OnPackageListAvailable)) then
|
||||
OnPackageListAvailable(Self);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user