summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 15:48:11 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 15:48:11 +0000
commitbb35394cd82cbe15336c4eee693eeddba0c60017 (patch)
treecbc6f857d4a06a889260eb87e919c9dff130954d /tools
parent45d42b49b90aef61586093831261f5d0ed3a1f25 (diff)
downloadchromium_src-bb35394cd82cbe15336c4eee693eeddba0c60017.zip
chromium_src-bb35394cd82cbe15336c4eee693eeddba0c60017.tar.gz
chromium_src-bb35394cd82cbe15336c4eee693eeddba0c60017.tar.bz2
Suppress memory leaks in remoting::DecompressorZlib for Dr. Memory
BUG=57910 TBR=glider TEST=remoting_unittests should become green under Dr. Memory Review URL: http://codereview.chromium.org/6336007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 5a89c301..4598667 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -411,6 +411,13 @@ UNINITIALIZED READ
...
*!vp8_*
+# http://crbug.com/57910
+LEAK
+...
+*!*inflateInit*
+*!remoting::DecompressorZlib::InitStream
+*!remoting::DecompressorZlib::Reset
+
# http://crbug.com/68307
LEAK
...