Ignore:
Timestamp:
Dec 1, 2006 11:14:37 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called

File:
1 edited

Legend:

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

    r815 r839  
    5858        thread_local_id = -1; 
    5959    } 
     60 
     61#if defined(PJ_HAS_EXCEPTION_NAMES) && PJ_HAS_EXCEPTION_NAMES != 0 
     62    { 
     63        unsigned i; 
     64        for (i=0; i<PJ_MAX_EXCEPTION_ID; ++i) 
     65            exception_id_names[i] = NULL; 
     66    } 
     67#else 
     68    last_exception_id = 1; 
     69#endif 
    6070} 
    6171 
Note: See TracChangeset for help on using the changeset viewer.