From 4b377414f1bb37fdddc95b63054069f9c02b788b Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Thu, 9 Feb 2012 13:50:57 +0000 Subject: [PATCH] Fix release build errors. TBR=mflodman BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/394005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1654 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/rtp_rtcp/source/forward_error_correction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rtp_rtcp/source/forward_error_correction.h b/src/modules/rtp_rtcp/source/forward_error_correction.h index fc435d9fe2..a7588a8582 100644 --- a/src/modules/rtp_rtcp/source/forward_error_correction.h +++ b/src/modules/rtp_rtcp/source/forward_error_correction.h @@ -41,7 +41,7 @@ class ForwardErrorCorrection { // and receiver_fec.cc to be refactored into the packet classes. class Packet { public: - Packet() : ref_count_(0) {} + Packet() : length(0), data(), ref_count_(0) {} virtual ~Packet() {} // Add a reference.