diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index b789829..4c5c6fa 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -327,3 +327,13 @@ fun:_pthread_start fun:thread_start } +{ + bug_17297 + Memcheck:Leak + fun:malloc + ... + fun:+[NSColor keyboardFocusIndicatorColor] + fun:+[NSColor colorWithCatalogName:colorName:] + fun:+[NSCatalogColor newWithCoder:zone:] + fun:-[NSColor initWithCoder:] +} |