Chromium Code Reviews| Index: ipc/ipc_channel_nacl.cc |
| diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc |
| index 2c63b81d429890408084a2388e48d4c55862ea0e..b8704bf040f44f2f51e2d1aa14fa6f1f3ad5a850 100644 |
| --- a/ipc/ipc_channel_nacl.cc |
| +++ b/ipc/ipc_channel_nacl.cc |
| @@ -141,6 +141,7 @@ ChannelNacl::ChannelNacl(const IPC::ChannelHandle& channel_handle, |
| } |
| ChannelNacl::~ChannelNacl() { |
| + CleanUp(); |
| Close(); |
| } |