Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h

Issue 2983363002: Remove NullObjectReceiveStatistics() in rtp_rtcp module (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
index 693a6f8373ea351c8ffc47791bf742dc8f03e4f5..c5a53f7a2afcdc429bd13d079e23cd27696c2518 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
@@ -55,7 +55,7 @@ class RtpRtcp : public Module {
// The clock to use to read time. If nullptr then system clock will be used.
Clock* clock = nullptr;
- ReceiveStatistics* receive_statistics;
+ ReceiveStatistics* receive_statistics = nullptr;
// Transport object that will be called when packets are ready to be sent
// out on the network.
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698