فهرست منبع

fcl-js: fixed mem leak

mattias 3 سال پیش
والد
کامیت
5bedf92bfb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/fcl-js/src/tstopas.pp

+ 1 - 0
packages/fcl-js/src/tstopas.pp

@@ -1779,6 +1779,7 @@ begin
         DoLog(SLogParsedNDefinitions, [FContext.FTypeMap.Count]);
     finally
       Context.PopScope(SourceElements,Fwds);
+      Fwds.Free;
     end;
     if Assigned(TypeAliases) then
       FContext.AddAliases(TypeAliases);