test to see if the new locking code can fix the old `stop' bug

This commit is contained in:
Charles Kerr 2007-09-29 14:25:52 +00:00
parent 8a40a15b16
commit b3d6391413
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ tr_torrentStopImpl( void * vtor )
void void
tr_torrentStop( tr_torrent * tor ) tr_torrentStop( tr_torrent * tor )
{ {
tr_runInEventThread( tor->handle, tr_torrentStopImpl, tor ); tr_torrentStopImpl( tor );
} }
void void