summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/memcheck/suppressions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 95d9b8d..5dce158 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1803,3 +1803,12 @@
fun:__new_exitfn
fun:__cxa_atexit
}
+{
+ bug_28824
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11ProfileImplC1ERK8FilePath
+ fun:_ZN7Profile13CreateProfileERK8FilePath
+ fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaIwEES8_S8_
+ fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv
+} \ No newline at end of file