Changeset 9915


Ignore:
Timestamp:
Jan 11, 2010, 6:26:29 PM (13 years ago)
Author:
charles
Message:

(trunk libT) #2750 "Crash on quit r9862 in TrCloseFile?" -- fixed for 1.80

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/session.c

    r9909 r9915  
    14711471    free_incoming_peer_port( session );
    14721472
     1473    tr_fdClose( session );
     1474
    14731475    if( session->isDHTEnabled )
    14741476        tr_dhtUninit( session );
     
    15501552        tr_wait_msec( 100 );
    15511553    }
    1552 
    1553     tr_fdClose( session );
    15541554
    15551555    /* close the libtransmission thread */
Note: See TracChangeset for help on using the changeset viewer.