This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
PascalCoin
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
issue with memory leak of JSON-RPC
Pascal Coin
il y a 8 ans
Parent
3117ef0463
commit
a2b5f003d4
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
Units/PascalCoin/URPC.pas
+ 1
- 0
Units/PascalCoin/URPC.pas
Voir le fichier
@@ -312,6 +312,7 @@ begin
end;
finally
jsonresponse.free;
+ headers.free;
end;
end;
end;