Explorar el Código

* patch from Mantis #23647 Calls inherited destroy in destructor, resolves memory leak.

git-svn-id: trunk@23480 -
marco hace 12 años
padre
commit
0560af663c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/fcl-extra/src/daemonapp.pp

+ 1 - 0
packages/fcl-extra/src/daemonapp.pp

@@ -929,6 +929,7 @@ destructor TCustomDaemonApplication.Destroy;
 begin
   if assigned(FEventLog) then
     FEventLog.Free;
+  inherited Destroy;
 end;
 
 procedure TCustomDaemonApplication.DoRun;