Ignore:
Timestamp:
Sep 22, 2010 7:45:26 AM (14 years ago)
Author:
bennylp
Message:

Fixed #1132: Assertion when (re)starting PJLIB on different thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_unix.c

    r3180 r3314  
    214214        thread_tls_id = -1; 
    215215    } 
     216 
     217    /* Ticket #1132: Assertion when (re)starting PJLIB on different thread */ 
     218    pj_bzero(&main_thread, sizeof(main_thread)); 
    216219#endif 
    217220 
Note: See TracChangeset for help on using the changeset viewer.