Index: ipc/ipc_channel_posix.cc |
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
index b5e23328f0e2efa04fee6edaa86edd68f7515b68..977db226deb9e5203f8dd05da13caf70c6f8cb5a 100644 |
--- a/ipc/ipc_channel_posix.cc |
+++ b/ipc/ipc_channel_posix.cc |
@@ -205,6 +205,7 @@ ChannelPosix::ChannelPosix(const IPC::ChannelHandle& channel_handle, |
ChannelPosix::~ChannelPosix() { |
in_dtor_ = true; |
+ CleanUp(); |
Close(); |
} |