소스 검색

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

git-svn-id: trunk@23480 -
marco 12 년 전
부모
커밋
0560af663c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;