Changeset 7221
- Timestamp:
- Dec 1, 2008, 4:35:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/libtransmission/peer-msgs.c
r7220 r7221 1963 1963 msgs->pexCount, newCount, diffs.addedCount, diffs.droppedCount ); 1964 1964 1965 if( diffs.addedCount || diffs.droppedCount ) 1965 if( !diffs.addedCount && !diffs.droppedCount ) 1966 { 1967 tr_free( diffs.elements ); 1968 } 1969 else 1966 1970 { 1967 1971 int i;
Note: See TracChangeset
for help on using the changeset viewer.