瀏覽代碼

* 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 !!    }
        DoneCompiler;
      end;
+     DoneVerbose;
   except
 
     on EControlCAbort do