Browse Source

* memory leaking fixed

git-svn-id: trunk@5566 -
florian 18 years ago
parent
commit
abcccc2f03
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/sparc/cgcpu.pas

+ 1 - 0
compiler/sparc/cgcpu.pas

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