mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-01 03:30:54 +08:00
修复编译问题:#584
This commit is contained in:
@@ -1155,8 +1155,6 @@ void installWebApi() {
|
||||
}
|
||||
|
||||
void unInstallWebApi(){
|
||||
RtpSelector::Instance().clear();
|
||||
|
||||
{
|
||||
lock_guard<recursive_mutex> lck(s_proxyMapMtx);
|
||||
s_proxyMap.clear();
|
||||
@@ -1169,6 +1167,7 @@ void unInstallWebApi(){
|
||||
|
||||
{
|
||||
#if defined(ENABLE_RTPPROXY)
|
||||
RtpSelector::Instance().clear();
|
||||
lock_guard<recursive_mutex> lck(s_rtpServerMapMtx);
|
||||
s_rtpServerMap.clear();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user