소스 검색

* fix memory leak with normal exit

git-svn-id: trunk@3137 -
peter 19 년 전
부모
커밋
66c41ee7cc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/compiler.pas

+ 1 - 0
compiler/compiler.pas

@@ -391,6 +391,7 @@ begin
        { no message possible after this !!    }
        { no message possible after this !!    }
        DoneCompiler;
        DoneCompiler;
      end;
      end;
+     DoneVerbose;
   except
   except
 
 
     on EControlCAbort do
     on EControlCAbort do