mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-22 03:00:35 +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.
(cherry picked from commit 3b85c7e05d)
This commit is contained in:
parent
39002a4e3c
commit
18e8f99eb3
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