Changeset 3834

Show
Ignore:
Timestamp:
03/01/06 09:47:30 (3 years ago)
Author:
morris
Message:

Crash if we ever exit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/thread/wi-timer.c

    r3828 r3834  
    124124        uint32_t                        i = 0; 
    125125         
     126        pthread_cleanup_push(wi_crash, NULL); 
     127         
    126128        pool = wi_pool_init(wi_pool_alloc()); 
    127129         
     
    196198         
    197199        wi_release(pool); 
     200         
     201        pthread_cleanup_pop(1); 
    198202} 
    199203