1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-15 16:29:34 +00:00

more stats

This commit is contained in:
Charles Kerr 2007-11-26 20:05:46 +00:00
parent 845568f0be
commit 2185081fcb

View file

@ -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 );