This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
PascalCoin
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
issue with memory leak of JSON-RPC
Pascal Coin
8 anni fa
parent
3117ef0463
commit
a2b5f003d4
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
Units/PascalCoin/URPC.pas
+ 1
- 0
Units/PascalCoin/URPC.pas
Vedi File
@@ -312,6 +312,7 @@ begin
end;
finally
jsonresponse.free;
+ headers.free;
end;
end;
end;