summaryrefslogtreecommitdiff
path: root/valgrind.suppressions
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r--valgrind.suppressions18
1 files changed, 18 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index 4b58f9af92..8331cf7c4b 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -145,3 +145,21 @@
...
}
+{
+ # FIXME: dunny why this is needed. Clean up later.
+ _dispatcher_test
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ fun:g_malloc
+ fun:g_slice_alloc
+ fun:g_variant_new_from_bytes
+ fun:g_variant_new_from_trusted
+ fun:parse_dhcp
+ fun:get_dispatcher_file
+ ...
+ fun:g_test_run_suite_internal
+ fun:g_test_run_suite_internal
+ fun:g_test_run_suite
+}
+