This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
PascalCoin
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
issue with memory leak of JSON-RPC
Pascal Coin
8 years ago
parent
3117ef0463
commit
a2b5f003d4
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Units/PascalCoin/URPC.pas
+ 1
- 0
Units/PascalCoin/URPC.pas
View File
@@ -312,6 +312,7 @@ begin
end;
finally
jsonresponse.free;
+ headers.free;
end;
end;
end;