mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 18:52:33 +00:00
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:
parent
aa199e6bc6
commit
595132dca8
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user