summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipc/ipc_channel_posix.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
index 6c0393b..8f995fb 100644
--- a/ipc/ipc_channel_posix.cc
+++ b/ipc/ipc_channel_posix.cc
@@ -570,6 +570,7 @@ void ChannelPosix::ResetToAcceptingConnectionState() {
while (!output_queue_.empty()) {
Message* m = output_queue_.front();
output_queue_.pop();
+ CloseFileDescriptors(m);
delete m;
}