(trunk libT) try to smoke out the cause of #1992

This commit is contained in:
Charles Kerr 2009-05-22 19:32:49 +00:00
parent 7c6fbfb80f
commit 72fe1b7bea
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,8 @@ libeventThreadFunc( void * veh )
event_set_log_callback( logFunc );
/* loop until all the events are done */
while( !eh->die )
event_dispatch( );
event_dispatch( );
assert( eh->die );
/* shut down the thread */
tr_lockFree( eh->lock );