mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
(trunk libT) try to smoke out the cause of #1992
This commit is contained in:
parent
7c6fbfb80f
commit
72fe1b7bea
1 changed files with 2 additions and 2 deletions
|
@ -235,8 +235,8 @@ libeventThreadFunc( void * veh )
|
||||||
event_set_log_callback( logFunc );
|
event_set_log_callback( logFunc );
|
||||||
|
|
||||||
/* loop until all the events are done */
|
/* loop until all the events are done */
|
||||||
while( !eh->die )
|
event_dispatch( );
|
||||||
event_dispatch( );
|
assert( eh->die );
|
||||||
|
|
||||||
/* shut down the thread */
|
/* shut down the thread */
|
||||||
tr_lockFree( eh->lock );
|
tr_lockFree( eh->lock );
|
||||||
|
|
Loading…
Reference in a new issue