Index: sandbox/mac/launchd_interception_server.cc |
diff --git a/sandbox/mac/launchd_interception_server.cc b/sandbox/mac/launchd_interception_server.cc |
index b793b03ece9ea2fe0c57e6a9b00ba5b9544b8dcb..69231b59508d169f9b19fcf3daf440ff2ad53813 100644 |
--- a/sandbox/mac/launchd_interception_server.cc |
+++ b/sandbox/mac/launchd_interception_server.cc |
@@ -32,6 +32,7 @@ LaunchdInterceptionServer::LaunchdInterceptionServer( |
} |
LaunchdInterceptionServer::~LaunchdInterceptionServer() { |
+ message_server_->Shutdown(); |
} |
bool LaunchdInterceptionServer::Initialize(mach_port_t server_receive_right) { |