fix FMR on shutdown
This commit is contained in:
parent
4e82903313
commit
8f0c231a3a
|
@ -231,13 +231,13 @@ void tr_close( tr_handle_t * h )
|
||||||
tr_rcClose( h->upload );
|
tr_rcClose( h->upload );
|
||||||
tr_rcClose( h->download );
|
tr_rcClose( h->download );
|
||||||
|
|
||||||
|
tr_eventClose( h );
|
||||||
tr_sharedClose( h->shared );
|
tr_sharedClose( h->shared );
|
||||||
tr_fdClose();
|
tr_fdClose();
|
||||||
free( h->tag );
|
free( h->tag );
|
||||||
free( h );
|
free( h );
|
||||||
|
|
||||||
tr_netResolveThreadClose();
|
tr_netResolveThreadClose();
|
||||||
tr_eventClose( h );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr_torrent_t **
|
tr_torrent_t **
|
||||||
|
|
Loading…
Reference in New Issue