ci: Fix for test-set-ticket leak detection

This suppression was present in former glib.supp version however
the suppression in glib.supp was updated to only catch "reachable"
leaks.
In early stages and few objects the leak could be detected as
"possible".

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Frediano Ziglio 2020-04-03 14:42:53 +01:00
parent aa199e6bc6
commit 595132dca8

View File

@ -80,3 +80,12 @@
fun:g_socket_client_connect
fun:fake_client_connect_tls
}
{
g-type-register-static-possible
Memcheck:Leak
match-leak-kinds:possible
fun:malloc
...
fun:g_type_register_static
}