解决合并冲突

This commit is contained in:
monktan
2020-11-24 14:49:21 +08:00
11 changed files with 100 additions and 31 deletions

View File

@@ -1309,8 +1309,6 @@ void installWebApi() {
}
void unInstallWebApi(){
RtpSelector::Instance().clear();
{
lock_guard<recursive_mutex> lck(s_proxyMapMtx);
s_proxyMap.clear();
@@ -1323,6 +1321,7 @@ void unInstallWebApi(){
{
#if defined(ENABLE_RTPPROXY)
RtpSelector::Instance().clear();
lock_guard<recursive_mutex> lck(s_rtpServerMapMtx);
s_rtpServerMap.clear();
#endif