Ignore:
Timestamp:
Sep 22, 2014 7:08:14 AM (10 years ago)
Author:
riza
Message:

Fixed #1791: Fixed possible crash when trying to cancel sdp negotiation upon receiving UPDATE response.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/sdp_neg.c

    r4872 r4926  
    14011401    neg->has_remote_answer = PJ_FALSE; 
    14021402 
    1403     if (neg->state == PJMEDIA_SDP_NEG_STATE_LOCAL_OFFER) { 
     1403    if (neg->state == PJMEDIA_SDP_NEG_STATE_LOCAL_OFFER && 
     1404        neg->active_local_sdp)  
     1405    { 
    14041406        /* Increment next version number. This happens if for example 
    14051407         * the reinvite offer is rejected by 488. If we don't increment 
Note: See TracChangeset for help on using the changeset viewer.