Browse Source

* reset unitimportsymsderefs in tppumodule.reset, hopefully fixes
mantis #30289 (no feedback)

git-svn-id: trunk@34894 -

Jonas Maebe 8 năm trước cách đây
mục cha
commit
0117602b6e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/fppu.pas

+ 2 - 0
compiler/fppu.pas

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