diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index b0c9b0b15..85b13f5de 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -1079,7 +1079,7 @@ tr_torrentStopImpl( void * vtor ) void tr_torrentStop( tr_torrent * tor ) { - tr_runInEventThread( tor->handle, tr_torrentStopImpl, tor ); + tr_torrentStopImpl( tor ); } void