Skip to content
Snippets Groups Projects
Commit f07feed9 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #13989: fix segfault on IP2IP offhold

parent d4e197a3
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,10 @@ void VideoRtpSession::stop()
void VideoRtpSession::forceKeyFrame()
{
if (sendThread_.get())
sendThread_->forceKeyFrame();
else
ERROR("Video sending thread is NULL");
}
} // end namespace sfl_video
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment