Chromium Code Reviews| Index: ipc/ipc_channel_posix.cc |
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
| index 4a3eb9d59dbaf853394e04393d93883e8e745190..6e94df696fb75b57989a80bd4ad171a2871bf51f 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(); |
| } |