diff options
Diffstat (limited to 'tools/valgrind')
-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 9bec978..b4584e3 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -450,3 +450,13 @@ fun:_ZN14ProfileManager10GetProfileERK8FilePath fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath } +{ + bug_29681 + Memcheck:Leak + ... + fun:CSBackupSetItemExcluded + fun:_ZN8mac_util22SetFileBackupExclusionERK8FilePathb + fun:_ZN7history15HistoryDatabase4InitERK8FilePathS3_ + fun:_ZN7history14HistoryBackend8InitImplEv + fun:_ZN7history14HistoryBackend4InitEb +} |