mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
validate: plug leak in gssdp
These are triggered by the webrtcbin tests https://gitlab.gnome.org/GNOME/gssdp/-/issues/10
This commit is contained in:
parent
c6ae415ca8
commit
e4732fbbd5
1 changed files with 59 additions and 0 deletions
|
@ -35,3 +35,62 @@
|
|||
obj:/usr/lib/ladspa/sine.so
|
||||
}
|
||||
|
||||
# FIXED: https://gitlab.gnome.org/GNOME/gssdp/-/issues/10
|
||||
{
|
||||
gssdp_leak_1
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:malloc
|
||||
fun:g_malloc
|
||||
fun:g_strdup
|
||||
fun:gssdp_client_set_property
|
||||
fun:object_set_property
|
||||
fun:g_object_constructor
|
||||
fun:gupnp_context_constructor
|
||||
fun:g_object_new_with_custom_constructor
|
||||
fun:g_object_new_internal
|
||||
fun:g_object_new_valist
|
||||
fun:g_initable_new_valist
|
||||
fun:g_initable_new
|
||||
fun:network_device_create_context
|
||||
fun:create_context
|
||||
fun:receive_netlink_message
|
||||
}
|
||||
{
|
||||
gssdp_leak_2
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite,indirect
|
||||
fun:g_type_create_instance
|
||||
fun:g_object_new_internal
|
||||
fun:g_object_new_valist
|
||||
fun:g_initable_new_valist
|
||||
fun:g_initable_new
|
||||
fun:g_inet_address_mask_new
|
||||
fun:get_host_ip
|
||||
fun:init_network_info
|
||||
fun:gssdp_client_initable_init
|
||||
fun:gupnp_context_initable_init
|
||||
fun:g_initable_new_valist
|
||||
fun:g_initable_new
|
||||
fun:network_device_create_context
|
||||
fun:create_context
|
||||
fun:receive_netlink_message
|
||||
}
|
||||
{
|
||||
gssdp_leak_3
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect
|
||||
fun:g_type_create_instance
|
||||
fun:g_object_new_internal
|
||||
fun:g_object_new_valist
|
||||
fun:g_object_new
|
||||
fun:get_host_ip
|
||||
fun:init_network_info
|
||||
fun:gssdp_client_initable_init
|
||||
fun:gupnp_context_initable_init
|
||||
fun:g_initable_new_valist
|
||||
fun:g_initable_new
|
||||
fun:network_device_create_context
|
||||
fun:create_context
|
||||
fun:receive_netlink_message
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue