Ignore:
Timestamp:
Mar 5, 2013 11:59:54 AM (10 years ago)
Author:
bennylp
Message:

Implementation of Re #1628: Modify SIP transaction to use group lock to avoid deadlock etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c

    r4208 r4420  
    546546        if (tsx) { 
    547547            dlg = (pjsip_dialog*) tsx->mod_data[mod_ua.mod.id]; 
    548             pj_mutex_unlock(tsx->mutex); 
     548            pj_grp_lock_release(tsx->grp_lock); 
    549549 
    550550            /* Dlg may be NULL on some extreme condition 
Note: See TracChangeset for help on using the changeset viewer.