Ignore:
Timestamp:
Jul 9, 2012 8:18:58 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1551: Assertion in TURN code when shutdown or destroy is called more than once (thanks Guilherme Balena Versiani for the report)

File:
1 edited

Legend:

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

    r3844 r4201  
    422422         * state==PJ_TURN_STATE_DEALLOCATED. 
    423423         */ 
     424        /* No need to deallocate as we're already deallocating! 
     425         * See https://trac.pjsip.org/repos/ticket/1551 
    424426        send_refresh(sess, 0); 
     427        */ 
    425428        break; 
    426429    case PJ_TURN_STATE_DEALLOCATED: 
Note: See TracChangeset for help on using the changeset viewer.