Commit c025b509 by ziyue

防止访问空指针

parent 02da99e2
......@@ -967,10 +967,7 @@ void WebRtcTransportImp::onBeforeEncryptRtp(const char *buf, int &len, void *ctx
void WebRtcTransportImp::onShutdown(const SockException &ex){
WarnL << ex.what();
unrefSelf(ex);
if (_session) {
_session->shutdown(ex);
_session = nullptr;
}
_session->shutdown(ex);
}
/////////////////////////////////////////////////////////////////////////////////////////////
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论