@@ -116,6 +116,11 @@
_playerSecondTimer = nil;
}
_webRtcMsgMod = nil;
+
+ if(_playerSetV){
+ [_playerSetV removeFromSuperview];
+ _playerSetV = nil;
+ }
- (void)setWebRtcMsgMod:(webRtcMsgModel *)webRtcMsgMod