Changeset 4726


Ignore:
Timestamp:
Feb 4, 2014 4:56:50 AM (10 years ago)
Author:
ming
Message:

Re #1731: Fix the same problem in TLS transport

File:
1 edited

Legend:

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

    r4661 r4726  
    216216 
    217217    /* check again */ 
    218     if (tls->base.is_shutdown || tls->base.is_destroying) 
     218    if (tls->base.is_shutdown || tls->base.is_destroying) { 
     219        pjsip_transport_dec_ref(&tls->base); 
    219220        return; 
     221    } 
    220222 
    221223    /* We can not destroy the transport since high level objects may 
Note: See TracChangeset for help on using the changeset viewer.