Ignore:
Timestamp:
Sep 23, 2019 10:47:05 PM (5 years ago)
Author:
riza
Message:

Close #2232: Crash on Endpoint::libDestroy() when there is an active call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/config.hpp

    r6026 r6074  
    4848#endif 
    4949 
     50/** 
     51 * Ticket #2189 described some lists of objects which is not thread safe. 
     52 * The ticket deprecated some APIs which uses those lists and introduce new one 
     53 * to replace them. This settings will disable the deprecated API all together. 
     54 * See also https://trac.pjsip.org/repos/ticket/2232 
     55 */ 
     56#ifndef DEPRECATED_FOR_TICKET_2232 
     57#   define DEPRECATED_FOR_TICKET_2232           1 
     58#endif 
    5059 
    5160/* 
Note: See TracChangeset for help on using the changeset viewer.