Ignore:
Timestamp:
Jan 19, 2017 6:10:15 AM (7 years ago)
Author:
nanang
Message:

Close #1513: Added pj_pool_safe_release() API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/pool.h

    r4537 r5533  
    391391PJ_IDECL(void) pj_pool_release( pj_pool_t *pool ); 
    392392 
     393 
     394/** 
     395 * Release the pool back to pool factory and set the pool pointer to zero. 
     396 * 
     397 * @param ppool     Pointer to memory pool. 
     398 */ 
     399PJ_IDECL(void) pj_pool_safe_release( pj_pool_t **ppool ); 
     400 
     401 
    393402/** 
    394403 * Get pool object name. 
Note: See TracChangeset for help on using the changeset viewer.