mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 05:20:08 +01:00
test: adjust valgrind.suppressions for make check
Make some suppressions more generic, because they did not match on my F20. The previous suppression for 'fun:gobject_init_ctor' also had a syntax error. Fix that too. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
3051a908a9
commit
d5626b9f41
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,6 @@
|
|||
...
|
||||
fun:g_type_register_fundamental
|
||||
...
|
||||
obj:/*/libgobject*
|
||||
fun:_dl_init
|
||||
obj:/*/ld-*.so
|
||||
}
|
||||
|
|
@ -99,11 +98,12 @@
|
|||
fun:calloc
|
||||
fun:g_malloc0
|
||||
...
|
||||
obj:/*/libgobject*
|
||||
fun:_dl_init
|
||||
obj:/*/ld-*.so
|
||||
}
|
||||
{
|
||||
all_gobject_init_ctor
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:gobject_init_ctor
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue