This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
PascalCoin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
issue with memory leak of JSON-RPC
Pascal Coin
hace 8 años
padre
3117ef0463
commit
a2b5f003d4
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
Units/PascalCoin/URPC.pas
+ 1
- 0
Units/PascalCoin/URPC.pas
Ver fichero
@@ -312,6 +312,7 @@ begin
end;
finally
jsonresponse.free;
+ headers.free;
end;
end;
end;