mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 12:19:18 +02:00
clean up
git-svn-id: trunk@11237 -
This commit is contained in:
parent
b55c917aee
commit
7cee27e7d9
@ -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;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user