Ignore:
Timestamp:
Jun 22, 2011 10:57:11 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1316: Assertion when TURN session is deallocated prematurely (thanks Tony Jago Million for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjnath/src/pjnath/ice_strans.c

    r3553 r3596  
    11851185            }; 
    11861186 
     1187            /* https://trac.pjsip.org/repos/ticket/1316 */ 
     1188            if (comp->turn_sock == NULL) { 
     1189                /* TURN socket error */ 
     1190                return PJ_EINVALIDOP; 
     1191            } 
     1192 
    11871193            if (!comp->turn_log_off) { 
    11881194                /* Disable logging for Send/Data indications */ 
Note: See TracChangeset for help on using the changeset viewer.