We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cee8f commit 143fdd4Copy full SHA for 143fdd4
pc/video_rtp_receiver.cc
@@ -50,6 +50,8 @@ VideoRtpReceiver::VideoRtpReceiver(
50
VideoRtpReceiver::~VideoRtpReceiver() {
51
RTC_DCHECK_RUN_ON(&signaling_thread_checker_);
52
RTC_DCHECK(!media_channel_);
53
+
54
+ track_->UnregisterObserver(this);
55
}
56
57
std::vector<std::string> VideoRtpReceiver::stream_ids() const {
0 commit comments