mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 10:10:28 +01:00
valgrind: update glib2 suppression for Fedora 27
glib2 deprecated g_object_newv() for g_object_new_with_paramters() in 2.52. Need to update the valgrind suppression.
This commit is contained in:
parent
1a2419a0c9
commit
3b85c7e05d
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@
|
|||
fun:g_slice_alloc0
|
||||
fun:g_type_create_instance
|
||||
fun:g_object_new_internal
|
||||
fun:g_object_newv
|
||||
fun:g_object_new*
|
||||
fun:g_object_new
|
||||
fun:g_task_new
|
||||
fun:_g_socket_read_with_control_messages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue