(trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy

This commit is contained in:
Charles Kerr 2009-05-21 22:26:18 +00:00
parent 33e43a0854
commit 6e089ef095
1 changed files with 2 additions and 1 deletions

View File

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