diff options
Diffstat (limited to 'tools/valgrind/suppressions_mac.txt')
-rw-r--r-- | tools/valgrind/suppressions_mac.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt new file mode 100644 index 0000000..5e944a2 --- /dev/null +++ b/tools/valgrind/suppressions_mac.txt @@ -0,0 +1,10 @@ +{ + # See http://code.google.com/p/chromium/issues/detail?id=9565 + # This should have been handled by platform-specific suppression. + # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed + setenv() leaks on Mac intentionally. + Memcheck:Leak + ... + fun:__setenv + fun:setenv$UNIX2003 +} |