This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
PascalCoin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
issue with memory leak of JSON-RPC
Pascal Coin
%!s(int64=8) %!d(string=hai) anos
pai
3117ef0463
achega
a2b5f003d4
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
Units/PascalCoin/URPC.pas
+ 1
- 0
Units/PascalCoin/URPC.pas
Ver ficheiro
@@ -312,6 +312,7 @@ begin
end;
finally
jsonresponse.free;
+ headers.free;
end;
end;
end;