Index: webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
index 7e9fbdac75dcf6eaa6610bfbe1bcf47b7dfd54bb..c699381842e09ab03fc7d352cbba7698054132e3 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
+++ b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m |
@@ -304,6 +304,7 @@ static int const kKbpsMultiplier = 1000; |
[_factory stopAecDump]; |
[_peerConnection stopRtcEventLog]; |
#endif |
+ [_peerConnection close]; |
_peerConnection = nil; |
self.state = kARDAppClientStateDisconnected; |
#if defined(WEBRTC_IOS) |