git-svn-id: trunk@11237 -
This commit is contained in:
mattias 2007-05-31 11:01:22 +00:00
parent b55c917aee
commit 7cee27e7d9

View File

@ -143,17 +143,14 @@ begin
UnregisterFindGlobalComponentProc(@FindApplicationComponent);
DebugLn(['TApplication.Destroy AAA6']);
inherited Destroy;
Include(FFlags,AppDoNotCallAsyncQueue);
DebugLn(['TApplication.Destroy AAA7']);
ProcessAsyncCallQueue;
// restore exception handling
CaptureExceptions:=false;
LCLProc.SendApplicationMessageFunction:=nil;
DebugLn(['TApplication.Destroy END']);
end;
{------------------------------------------------------------------------------