소스 검색

* fixed memory leak reported by Sergey Korshunoff

Jonas Maebe 23 년 전
부모
커밋
83d6218842
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      compiler/paramgr.pas

+ 6 - 1
compiler/paramgr.pas

@@ -126,11 +126,16 @@ unit paramgr;
          end;
       end;
 
+finalization
+  paramanager.free;
 end.
 
 {
    $Log$
-   Revision 1.1  2002-07-11 14:41:28  florian
+   Revision 1.2  2002-07-13 07:17:15  jonas
+     * fixed memory leak reported by  Sergey Korshunoff
+
+   Revision 1.1  2002/07/11 14:41:28  florian
      * start of the new generic parameter handling
 
 }