summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authoreugenis@chromium.org <eugenis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-16 11:58:21 +0000
committereugenis@chromium.org <eugenis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-16 11:58:21 +0000
commitb81afc79b73652da31817ec59f583a4e64b5b94c (patch)
treedf7a38ac8ed006025d641a651039699b2b9f147a /tools/heapcheck
parentf2817cfbc71a5148962db1e2c8a84e1aec433813 (diff)
downloadchromium_src-b81afc79b73652da31817ec59f583a4e64b5b94c.zip
chromium_src-b81afc79b73652da31817ec59f583a4e64b5b94c.tar.gz
chromium_src-b81afc79b73652da31817ec59f583a4e64b5b94c.tar.bz2
Suppressions for crbug/241379
BUG=241379 TBR=dhollow@chromium.org Review URL: https://codereview.chromium.org/14943008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200515 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index abced84..cb9fda6 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1862,3 +1862,22 @@
fun:GURL::GURL
fun:TestBody
}
+{
+ bug_241379_a
+ Heapcheck:Leak
+ fun:remoting::DesktopSessionProxy::OnCreateSharedBuffer
+ fun:void DispatchToMethod
+ fun:ChromotingDesktopNetworkMsg_CreateSharedBuffer::Dispatch
+ fun:remoting::DesktopSessionProxy::OnMessageReceived
+ fun:IPC::ChannelProxy::Context::OnDispatchMessage
+}
+{
+ bug_241379_b
+ Heapcheck:Leak
+ ...
+ fun:remoting::DesktopSessionProxy::OnCaptureCompleted
+ fun:void DispatchToMethod
+ fun:ChromotingDesktopNetworkMsg_CaptureCompleted::Dispatch
+ fun:remoting::DesktopSessionProxy::OnMessageReceived
+ fun:IPC::ChannelProxy::Context::OnDispatchMessage
+}