Index: remoting/host/session_manager.cc |
=================================================================== |
--- remoting/host/session_manager.cc (revision 57713) |
+++ remoting/host/session_manager.cc (working copy) |
@@ -324,6 +324,7 @@ |
DCHECK_EQ(network_loop_, MessageLoop::current()); |
// Create a data buffer in wire format from |message|. |
+ // Note that this takes ownership of |message|. |
scoped_refptr<media::DataBuffer> data = |
ClientConnection::CreateWireFormatDataBuffer(message); |