Browse Source

* Fixed memory leak.

git-svn-id: trunk@35539 -
yury 8 years ago
parent
commit
beafb239d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/fppu.pas

+ 1 - 0
compiler/fppu.pas

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