cockpit/tools/glib.supp

27 lines
496 B
Plaintext

# cockpit specific valgrind glib suppressions which are not in /usr/share/glib-2.0/valgrind/glib.supp
{
g_unix_signal_add_full
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:g_malloc
...
fun:g_thread_new
...
fun:g_unix_signal_add_full
}
{
leak_dbus_message_from_blob
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:g_malloc
fun:g_slice_alloc
...
fun:g_variant_new_dict_entry
...
fun:g_dbus_message_new_from_blob
...
}