Ver Fonte

* also free the regular code generator when freeing the hl code generator

git-svn-id: branches/jvmbackend@18600 -
Jonas Maebe há 14 anos atrás
pai
commit
16cb75a5da
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      compiler/hlcgobj.pas

+ 1 - 0
compiler/hlcgobj.pas

@@ -520,6 +520,7 @@ implementation
       begin
         hlcg.free;
         hlcg:=nil;
+        destroy_codegen;
       end;
 
   { thlcgobj }