浏览代码

issue with memory leak of JSON-RPC

Pascal Coin 8 年之前
父节点
当前提交
a2b5f003d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;