@@ -878,6 +878,7 @@ end;
procedure TFresnelBaseApplication.DoHandleAsyncCalls;
begin
+ if FAsyncCall=nil then exit;
FAsyncCall.ProcessQueue;
end;
@@ -250,7 +250,6 @@ begin
ProcessAsyncCallQueue;
UnregisterFindGlobalComponentProc(@FindApplicationComponent);
-
inherited Destroy;
Include(FFlags,AppDoNotCallAsyncQueue);