Changeset 3249 for trunk/libtransmission/trevent.c
- Timestamp:
- Oct 1, 2007, 5:49:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/trevent.c
r3247 r3249 345 345 else 346 346 tr_timerFree( &timer ); 347 348 tr_free( del ); 347 349 } 348 350 … … 360 362 if( timer!=NULL && !timer->inCallback ) { 361 363 if( tr_amInThread( timer->eh->thread ) ) { 364 void * del = tr_list_remove( &timer->eh->commands, timer, timerCompareFunc ); 362 365 --timer->eh->timerCount; 363 366 event_del( &timer->event ); 364 367 tr_free( timer ); 368 tr_free( del ); 365 369 } else { 366 370 struct tr_event_command * cmd = tr_new0( struct tr_event_command, 1 );
Note: See TracChangeset
for help on using the changeset viewer.