Changeset 3834
- Timestamp:
- 03/01/06 09:47:30 (3 years ago)
- Files:
-
- libwired/trunk/libwired/thread/wi-timer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/libwired/thread/wi-timer.c
r3828 r3834 124 124 uint32_t i = 0; 125 125 126 pthread_cleanup_push(wi_crash, NULL); 127 126 128 pool = wi_pool_init(wi_pool_alloc()); 127 129 … … 196 198 197 199 wi_release(pool); 200 201 pthread_cleanup_pop(1); 198 202 } 199 203
