diff options
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 9968d69..d71fba5 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -799,3 +799,10 @@ fun:_ZN3WTF10fastMallocEj fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE } +{ + bug_22021 + Memcheck:Leak + fun:malloc + fun:_ZN3WTF10fastMallocEm + fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE +} |