From be6f6a66905c54031b2bfb47bce0c732251b270a Mon Sep 17 00:00:00 2001 From: Lidaofu <746101210@qq.com> Date: Fri, 26 Sep 2025 17:51:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dc=20sdk=20=E4=BF=A1?= =?UTF-8?q?=E4=BB=A4=E6=9C=8D=E5=8A=A1=E5=8F=8Aice=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=9C=AA=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98=20(#4475)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/source/mk_common.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/source/mk_common.cpp b/api/source/mk_common.cpp index e0a15e6f..2dba1914 100644 --- a/api/source/mk_common.cpp +++ b/api/source/mk_common.cpp @@ -82,6 +82,9 @@ API_EXPORT void API_CALL mk_stop_all_server(){ #ifdef ENABLE_WEBRTC rtcServer_udp = nullptr; rtcServer_tcp = nullptr; + iceServer_udp = nullptr; + iceServer_tcp = nullptr; + CLEAR_ARR(signaling_server); #endif #ifdef ENABLE_SRT srtServer = nullptr;