Changeset 4937


Ignore:
Timestamp:
Oct 2, 2014 2:45:33 AM (10 years ago)
Author:
ming
Message:

Re #1782 (misc): Fixed bug caused by wrong order of code made in r4933 (thanks to Brian Walker for noticing this)

File:
1 edited

Legend:

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

    r4933 r4937  
    21662166    pj_grp_lock_acquire(tsx->grp_lock); 
    21672167    if (tdata == NULL) { 
    2168         pjsip_tx_data_add_ref(tdata); 
    21692168        tdata = tsx->last_tx; 
     2169        pjsip_tx_data_add_ref(tdata); 
    21702170    } 
    21712171    status = tsx_send_msg(tsx, tdata); 
Note: See TracChangeset for help on using the changeset viewer.