diff options
Diffstat (limited to '')
-rw-r--r-- | valgrind.suppressions | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 7b9f80327..396f9330b 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -57,6 +57,17 @@ } { + g_main_context_default + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_slice_alloc + fun:g_slist_prepend + fun:g_main_context_new + fun:g_main_context_default +} + +{ g_main_loop_run Memcheck:Leak fun:malloc |