Changeset 3152
- Timestamp:
- Sep 23, 2007, 7:24:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r3149 r3152 1005 1005 tr_sharedLock( h->shared ); 1006 1006 1007 tr_peerMgrRemoveTorrent( h->peerMgr, tor->info.hash ); 1008 1007 1009 tr_lockFree( tor->lock ); 1008 1010 tr_cpClose( tor->completion ); … … 1032 1034 tr_inf( "closing torrent %s... %d torrents left", 1033 1035 tor->info.name, h->torrentCount ); 1034 1035 tr_peerMgrRemoveTorrent( h->peerMgr, tor->info.hash );1036 1036 1037 1037 tr_metainfoFree( inf );
Note: See TracChangeset
for help on using the changeset viewer.