Sfoglia il codice sorgente

* Fixed memory leak.

git-svn-id: trunk@35539 -
yury 8 anni fa
parent
commit
beafb239d4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      compiler/fppu.pas

+ 1 - 0
compiler/fppu.pas

@@ -174,6 +174,7 @@ var
            ppufile:=nil;
          end;
         freederefunitimportsyms;
+        unitimportsymsderefs.free;
         unitimportsymsderefs:=tfplist.create;
         inherited reset;
       end;