Changeset 13980
- Timestamp:
- Feb 6, 2013, 5:52:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r13970 r13980 2965 2965 const char * location = data->location; 2966 2966 double bytesHandled = 0; 2967 tr_torrentLock (tor); 2967 2968 2968 2969 assert (tr_isTorrent (tor)); … … 3042 3043 3043 3044 /* cleanup */ 3045 tr_torrentUnlock (tor); 3044 3046 tr_free (data->location); 3045 3047 tr_free (data);
Note: See TracChangeset
for help on using the changeset viewer.