Ignore:
Timestamp:
Mar 28, 2012 7:32:42 AM (12 years ago)
Author:
nanang
Message:

Re #1466: Moved down the atexit callbacks execution in pjmedia & pjsip endpoints to the very end of endpoint destroy sequence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/include/pjsip/sip_endpoint.h

    r3986 r3988  
    521521/** 
    522522 * Register cleanup function to be called by SIP endpoint when  
    523  * #pjsip_endpt_destroy() is called. 
     523 * #pjsip_endpt_destroy() is called.  Note that application should not 
     524 * use or access any endpoint resource (such as pool, ioqueue, timer heap) 
     525 * from within the callback as such resource may have been released when 
     526 * the callback function is invoked. 
    524527 * 
    525528 * @param endpt         The SIP endpoint. 
Note: See TracChangeset for help on using the changeset viewer.