diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 21:29:32 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 21:29:32 +0000 |
commit | 9ba72485493030204853351beaf92462d33f310a (patch) | |
tree | f3172bd53aeacfb349c9c9016aa73843e8586f78 /tools | |
parent | 62d08b9d9ecdabc539e8d60b5794ab416f7fb6dc (diff) | |
download | chromium_src-9ba72485493030204853351beaf92462d33f310a.zip chromium_src-9ba72485493030204853351beaf92462d33f310a.tar.gz chromium_src-9ba72485493030204853351beaf92462d33f310a.tar.bz2 |
Add suppression for bug 47331.
BUG=47331
TEST=none
Review URL: http://codereview.chromium.org/2847026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 67e8c72..4b9026f 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3554,3 +3554,29 @@ fun:__NSFireDelayedPerform fun:CFRunLoopRunSpecific } + +{ + bug_47331_part_1 + Memcheck:Leak + fun:malloc + fun:malloc + fun:sqlite3MemMalloc + fun:mallocWithAlarm + fun:sqlite3Malloc + fun:sqlite3DbMallocRaw + fun:sqlite3DbMallocZero + fun:sqlite3StartTable +} + +{ + bug_47331_part_2 + Memcheck:Leak + fun:malloc + fun:malloc + fun:sqlite3MemMalloc + fun:mallocWithAlarm + fun:sqlite3Malloc + fun:sqlite3HashInsert + fun:sqlite3EndTable +} + |