Changeset 5373 for pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
- Timestamp:
- Jun 30, 2016 8:23:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
r5356 r5373 177 177 pj_lock_release(regc->lock); 178 178 } else { 179 pjsip_cached_auth *auth = NULL;180 179 pjsip_tpselector_dec_ref(®c->tp_sel); 181 180 if (regc->last_transport) { … … 192 191 regc->lock = NULL; 193 192 194 auth = regc->auth_sess.cached_auth.next; 195 while (auth != ®c->auth_sess.cached_auth) { 196 pjsip_endpt_release_pool(regc->endpt, auth->pool); 197 auth = auth->next; 198 } 199 193 pjsip_auth_clt_deinit(®c->auth_sess); 200 194 pjsip_endpt_release_pool(regc->endpt, regc->pool); 201 195 }
Note: See TracChangeset
for help on using the changeset viewer.