test to see if the new locking code can fix the old `stop' bug
This commit is contained in:
parent
8a40a15b16
commit
b3d6391413
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue