| Index: remoting/protocol/jingle_chromotocol_server.cc
|
| diff --git a/remoting/protocol/jingle_chromotocol_server.cc b/remoting/protocol/jingle_chromotocol_server.cc
|
| index 2300243875bffd1a10187cb82aeed8865893a11a..b0f680b2cc6859a968551c2f3dc3e482de0bbc74 100644
|
| --- a/remoting/protocol/jingle_chromotocol_server.cc
|
| +++ b/remoting/protocol/jingle_chromotocol_server.cc
|
| @@ -270,7 +270,7 @@ void JingleChromotocolServer::OnSessionCreate(
|
| if (incoming) {
|
| JingleChromotocolConnection* connection =
|
| new JingleChromotocolConnection(this);
|
| - connections_.push_back(connection);
|
| + connections_.push_back(make_scoped_refptr(connection));
|
| connection->Init(session);
|
| }
|
| }
|
|
|