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

Unified Diff: remoting/protocol/jingle_session_manager.cc

Issue 9307114: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win fix. Created 8 years, 11 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
Index: remoting/protocol/jingle_session_manager.cc
diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc
index b1cfb6115a2b6adcdedb2d8d1363d72eb3b1cb5a..8bc0533219ba5b42c3a3eaa85826810b28b925e5 100644
--- a/remoting/protocol/jingle_session_manager.cc
+++ b/remoting/protocol/jingle_session_manager.cc
@@ -31,6 +31,7 @@ JingleSessionManager::JingleSessionManager(
base::MessageLoopProxy* message_loop)
: message_loop_(message_loop),
signal_strategy_(NULL),
+ listener_(NULL),
allow_nat_traversal_(false),
ready_(false),
http_port_allocator_(NULL),

Powered by Google App Engine
This is Rietveld 408576698