程序退出时清空RtpProcess对象

This commit is contained in:
xiongziliang
2020-10-24 23:29:44 +08:00
parent fd898254f2
commit c5f1b4cd52
3 changed files with 13 additions and 0 deletions

View File

@@ -1155,6 +1155,8 @@ void installWebApi() {
}
void unInstallWebApi(){
RtpSelector::Instance().clear();
{
lock_guard<recursive_mutex> lck(s_proxyMapMtx);
s_proxyMap.clear();
@@ -1164,6 +1166,7 @@ void unInstallWebApi(){
lock_guard<recursive_mutex> lck(s_ffmpegMapMtx);
s_ffmpegMap.clear();
}
{
#if defined(ENABLE_RTPPROXY)
lock_guard<recursive_mutex> lck(s_rtpServerMapMtx);