mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 12:02:48 +02:00
* patch from Mantis #23647 Calls inherited destroy in destructor, resolves memory leak.
git-svn-id: trunk@23480 -
This commit is contained in:
parent
a7a6301672
commit
0560af663c
@ -929,6 +929,7 @@ destructor TCustomDaemonApplication.Destroy;
|
||||
begin
|
||||
if assigned(FEventLog) then
|
||||
FEventLog.Free;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
procedure TCustomDaemonApplication.DoRun;
|
||||
|
Loading…
Reference in New Issue
Block a user