diff options
-rw-r--r-- | remoting/host/session_manager.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/session_manager.cc b/remoting/host/session_manager.cc index ec2e7dc..cd6fc47 100644 --- a/remoting/host/session_manager.cc +++ b/remoting/host/session_manager.cc @@ -222,7 +222,6 @@ void SessionManager::DoSendUpdate(const UpdateStreamPacketHeader* header, clients_[i]->SendEndUpdateStreamMessage(); } } - delete header; } void SessionManager::DoSendInit(scoped_refptr<ClientConnection> client, |