Explorar o código

issue with memory leak of JSON-RPC

Pascal Coin %!s(int64=8) %!d(string=hai) anos
pai
achega
a2b5f003d4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;