Changeset 4413
- Timestamp:
- Mar 5, 2013 6:29:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/stun_transaction.c
r4360 r4413 343 343 344 344 if (tsx->transmit_count >= PJ_STUN_MAX_TRANSMIT_COUNT) { 345 /* tsx may be destroyed when calling the callback below */ 346 pj_grp_lock_t *grp_lock = tsx->grp_lock; 347 345 348 /* Retransmission count exceeded. Transaction has failed */ 346 349 tsx->retransmit_timer.id = 0; … … 353 356 } 354 357 } 355 pj_grp_lock_release( tsx->grp_lock);358 pj_grp_lock_release(grp_lock); 356 359 /* We might have been destroyed, don't try to access the object */ 357 360 pj_log_pop_indent();
Note: See TracChangeset
for help on using the changeset viewer.