diff options
Diffstat (limited to 'tools/valgrind')
-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 +} + |