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/pjmedia/include/pjmedia/endpoint.h

    r3986 r3988  
    213213/** 
    214214 * Register cleanup function to be called by media endpoint when  
    215  * #pjmedia_endpt_destroy() is called. 
     215 * #pjmedia_endpt_destroy() is called. Note that application should not 
     216 * use or access any endpoint resource (such as pool, ioqueue) from within 
     217 * the callback as such resource may have been released when the callback 
     218 * function is invoked. 
    216219 * 
    217220 * @param endpt         The media endpoint. 
Note: See TracChangeset for help on using the changeset viewer.