Ignore:
Timestamp:
Apr 8, 2019 1:24:10 AM (6 years ago)
Author:
riza
Message:

Misc (re #2147): Add lock to prevent race condition when accessing media list.
Thanks to Niclas Larsson for the report.

File:
1 edited

Legend:

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

    r5923 r5964  
    16201620    std::map<pj_thread_t*, pj_thread_desc*> threadDescMap; 
    16211621    pj_mutex_t                  *threadDescMutex; 
     1622    pj_mutex_t                  *mediaListMutex; 
    16221623 
    16231624    /* Pending logging */ 
Note: See TracChangeset for help on using the changeset viewer.