Просмотр исходного кода

* fix memory leak with normal exit

git-svn-id: trunk@3137 -
peter 19 лет назад
Родитель
Сommit
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