(trunk) "assert( eh->die );" isn't shedding any light on the problem but it is pissing off many users, so let's remove it.
This commit is contained in:
parent
389db06d08
commit
101459ef46
|
@ -235,8 +235,8 @@ libeventThreadFunc( void * veh )
|
|||
event_set_log_callback( logFunc );
|
||||
|
||||
/* loop until all the events are done */
|
||||
event_dispatch( );
|
||||
assert( eh->die );
|
||||
while( !eh->die )
|
||||
event_dispatch( );
|
||||
|
||||
/* shut down the thread */
|
||||
tr_lockFree( eh->lock );
|
||||
|
|
Loading…
Reference in New Issue