Ignore:
Timestamp:
Jul 5, 2012 7:02:50 AM (12 years ago)
Author:
bennylp
Message:

Re #1548: Crash due to racing condition in timer when call is disconnected quickly (thanks Joshua Colp for the report!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/ice_session.h

    r3553 r4196  
    620620    pj_bool_t            is_nominating;             /**< Nominating stage   */ 
    621621    pj_bool_t            is_complete;               /**< Complete?          */ 
     622    pj_bool_t            is_destroying;             /**< Destroy is called  */ 
    622623    pj_status_t          ice_status;                /**< Error status.      */ 
    623624    pj_timer_entry       timer;                     /**< ICE timer.         */ 
Note: See TracChangeset for help on using the changeset viewer.