From 17acbb549e69322632c56e0e6c93a3d0c5c3dda1 Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Fri, 28 Aug 2009 17:29:03 +0000 Subject: Speculative fix for a leak in SyncChannel. This leak is intermittent and I can't reproduce it reliably on my machine but after this fix I haven't been able to reproduce it at all. BUG=16128 TEST=no test possible Review URL: http://codereview.chromium.org/176013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24740 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_channel_proxy.h') diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h index e884818..a2d55be 100644 --- a/ipc/ipc_channel_proxy.h +++ b/ipc/ipc_channel_proxy.h @@ -93,7 +93,7 @@ class ChannelProxy : public Message::Sender { Channel::Listener* listener, MessageFilter* filter, MessageLoop* ipc_thread_loop); - ~ChannelProxy() { + virtual ~ChannelProxy() { Close(); } -- cgit v1.1