fix FMR on shutdown

This commit is contained in:
Charles Kerr 2007-08-20 02:12:55 +00:00
parent 4e82903313
commit 8f0c231a3a
1 changed files with 1 additions and 1 deletions

View File

@ -231,13 +231,13 @@ void tr_close( tr_handle_t * h )
tr_rcClose( h->upload );
tr_rcClose( h->download );
tr_eventClose( h );
tr_sharedClose( h->shared );
tr_fdClose();
free( h->tag );
free( h );
tr_netResolveThreadClose();
tr_eventClose( h );
}
tr_torrent_t **