| Index: remoting/protocol/jingle_session.cc
|
| diff --git a/remoting/protocol/jingle_session.cc b/remoting/protocol/jingle_session.cc
|
| index e6eb1e8a9b28da968d90ca2c9e435b9921669234..33938c6f53801306548c0d6f3372091cceda40c6 100644
|
| --- a/remoting/protocol/jingle_session.cc
|
| +++ b/remoting/protocol/jingle_session.cc
|
| @@ -84,7 +84,10 @@ JingleSession::~JingleSession() {
|
| pending_requests_.end());
|
| STLDeleteContainerPointers(transport_info_requests_.begin(),
|
| transport_info_requests_.end());
|
| +
|
| + channel_multiplexer_.reset();
|
| DCHECK(channels_.empty());
|
| +
|
| session_manager_->SessionDestroyed(this);
|
| }
|
|
|
|
|