Ignore:
Timestamp:
Jul 14, 2015 1:18:19 AM (9 years ago)
Author:
ming
Message:

Fixed #1869: Destroy STUN session when cleaning up STUN server resolution

Thanks to Itay Bianco for the patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_transaction.c

    r5045 r5133  
    263263        /* We've been destroyed, don't access the object. */ 
    264264    } else if (status != PJ_SUCCESS) { 
    265         if (mod_count) { 
     265        if (mod_count || status == PJ_EINVALIDOP) { 
    266266                pj_timer_heap_cancel_if_active( tsx->timer_heap, 
    267267                                                &tsx->retransmit_timer, 
Note: See TracChangeset for help on using the changeset viewer.