Index: remoting/protocol/jingle_connection_to_host.cc |
diff --git a/remoting/protocol/jingle_connection_to_host.cc b/remoting/protocol/jingle_connection_to_host.cc |
index f680012ddfe6f0a2635bc6c1e7e75470d27c1e9e..04f5d6c721c4adb93abcf95d5b4283b259ea7d4d 100644 |
--- a/remoting/protocol/jingle_connection_to_host.cc |
+++ b/remoting/protocol/jingle_connection_to_host.cc |
@@ -22,6 +22,7 @@ namespace protocol { |
JingleConnectionToHost::JingleConnectionToHost(JingleThread* thread) |
: thread_(thread), |
+ control_reader_(new MessageReader()), |
Sergey Ulanov
2011/01/25 22:26:53
Just remove control_reader_
|
event_callback_(NULL), |
dispatcher_(new ClientMessageDispatcher()) { |
} |