Explorar o código

* memory leaking fixed

git-svn-id: trunk@5566 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
abcccc2f03
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/sparc/cgcpu.pas

+ 1 - 0
compiler/sparc/cgcpu.pas

@@ -295,6 +295,7 @@ implementation
       begin
         rg[R_INTREGISTER].free;
         rg[R_FPUREGISTER].free;
+        rg[R_MMREGISTER].free;
         inherited done_register_allocators;
       end;