Ignore:
Timestamp:
Jan 27, 2010 9:09:27 AM (14 years ago)
Author:
bennylp
Message:

Fixed ticket #1036: Stray timer may be registered by SIP TCP and TLS transport in destroy routine, which could crash the program on Symbian (thanks Tamàs Solymosi for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport.h

    r3071 r3077  
    710710    pj_bool_t               tracing;        /**< Tracing enabled?           */ 
    711711    pj_bool_t               is_shutdown;    /**< Being shutdown?            */ 
     712    pj_bool_t               is_destroying;  /**< Destroy in progress?       */ 
    712713 
    713714    /** Key for indexing this transport in hash table. */ 
Note: See TracChangeset for help on using the changeset viewer.