Ignore:
Timestamp:
Jun 7, 2016 10:07:57 AM (8 years ago)
Author:
riza
Message:

Re #1929: Avoid memory pool growing when doing re-Registration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_auth.h

    r4214 r5336  
    167167    PJ_DECL_LIST_MEMBER(struct pjsip_cached_auth); 
    168168 
     169    pj_pool_t                   *pool;      /**< Pool for cached auth       */ 
    169170    pj_str_t                     realm;     /**< Realm.                     */ 
    170171    pj_bool_t                    is_proxy;  /**< Server type (401/407)      */ 
Note: See TracChangeset for help on using the changeset viewer.