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 798473d commit 01ed14cCopy full SHA for 01ed14c
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