Parcourir la source

issue with memory leak of JSON-RPC

Pascal Coin il y a 8 ans
Parent
commit
a2b5f003d4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Units/PascalCoin/URPC.pas

+ 1 - 0
Units/PascalCoin/URPC.pas

@@ -312,6 +312,7 @@ begin
       end;
     finally
       jsonresponse.free;
+      headers.free;
     end;
   end;
 end;