This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
PascalCoin
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
issue with memory leak of JSON-RPC
Pascal Coin
8 年 前
親
3117ef0463
コミット
a2b5f003d4
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
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;