mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 05:50:06 +01:00
valgrind: suppressions update
This suppression didn't work on F17 for some reason, even though the stacktrace was the same. Valgrind wanted some kind of: obj:<path to libglib> between the calloc and the g_malloc0 lines; but we don't actually care much about the calloc anyway.
This commit is contained in:
parent
6fee19b17b
commit
cefdb51fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
{
|
{
|
||||||
g_signal_type_cclosure_new
|
g_signal_type_cclosure_new
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
fun:calloc
|
...
|
||||||
fun:g_malloc0
|
fun:g_malloc0
|
||||||
fun:g_closure_new_simple
|
fun:g_closure_new_simple
|
||||||
fun:g_signal_type_cclosure_new
|
fun:g_signal_type_cclosure_new
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue