Changeset 3314 for pjproject/trunk/pjlib/src/pj/os_core_unix.c
- Timestamp:
- Sep 22, 2010 7:45:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r3180 r3314 214 214 thread_tls_id = -1; 215 215 } 216 217 /* Ticket #1132: Assertion when (re)starting PJLIB on different thread */ 218 pj_bzero(&main_thread, sizeof(main_thread)); 216 219 #endif 217 220
Note: See TracChangeset
for help on using the changeset viewer.