mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
more stats
This commit is contained in:
parent
845568f0be
commit
2185081fcb
1 changed files with 2 additions and 0 deletions
|
@ -326,6 +326,8 @@ tr_closeImpl( void * vh )
|
|||
for( t=h->torrentList; t!=NULL; t=t->next )
|
||||
tr_torrentClose( t );
|
||||
|
||||
tr_statsClose( h );
|
||||
|
||||
tr_peerMgrFree( h->peerMgr );
|
||||
|
||||
tr_rcClose( h->upload );
|
||||
|
|
Loading…
Add table
Reference in a new issue