Procházet zdrojové kódy

issue with memory leak of JSON-RPC

Pascal Coin před 8 roky
rodič
revize
a2b5f003d4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;