فهرست منبع

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

git-svn-id: trunk@34894 -

Jonas Maebe 8 سال پیش
والد
کامیت
0117602b6e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;