Explorar el Código

* memory leaking fixed

git-svn-id: trunk@5566 -
florian hace 19 años
padre
commit
abcccc2f03
Se han modificado 1 ficheros con 1 adiciones y 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;