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/errno.c

    r745 r839  
    134134} 
    135135 
     136/* Internal PJLIB function called by pj_shutdown() to clear error handlers */ 
     137void pj_errno_clear_handlers(void) 
     138{ 
     139    err_msg_hnd_cnt = 0; 
     140    pj_bzero(err_msg_hnd, sizeof(err_msg_hnd)); 
     141} 
     142 
     143 
    136144/* 
    137145 * pj_strerror() 
Note: See TracChangeset for help on using the changeset viewer.