We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415fbe5 commit da9f058Copy full SHA for da9f058
pc/video_rtp_receiver.cc
@@ -60,6 +60,8 @@ VideoRtpReceiver::~VideoRtpReceiver() {
60
RTC_DCHECK_RUN_ON(&signaling_thread_checker_);
61
RTC_DCHECK(stopped_);
62
RTC_DCHECK(!media_channel_);
63
+
64
+ track_->UnregisterObserver(this);
65
}
66
67
std::vector<std::string> VideoRtpReceiver::stream_ids() const {
0 commit comments