Changeset 8484


Ignore:
Timestamp:
May 22, 2009, 7:32:49 PM (14 years ago)
Author:
charles
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/trevent.c

    r8467 r8484  
    236236
    237237    /* loop until all the events are done */
    238     while( !eh->die )
    239         event_dispatch( );
     238    event_dispatch( );
     239    assert( eh->die );
    240240
    241241    /* shut down the thread */
Note: See TracChangeset for help on using the changeset viewer.