Changeset 3302


Ignore:
Timestamp:
Sep 6, 2010 12:47:53 PM (14 years ago)
Author:
bennylp
Message:

Fixed ticket:1119: Crash if sending UPDATE fails in session timer module because network connectivity is lost (thanks Robbie Hanson for the fix!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_timer.c

    r3215 r3302  
    433433    /* Print error message, if any */ 
    434434    if (status != PJ_SUCCESS) { 
    435         if (tdata) 
    436             pjsip_tx_data_dec_ref(tdata); 
    437  
    438435        PJ_PERROR(2, (inv->pool->obj_name, status, 
    439436                      "Error in %s session timer", 
Note: See TracChangeset for help on using the changeset viewer.