diff options
author | Dan Williams <dcbw@redhat.com> | 2013-05-06 11:51:51 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-05-06 11:51:51 -0500 |
commit | cefdb51fbeae9caa0822bc8a504cfd6cf987aa40 (patch) | |
tree | b4840ec5e5597f15e45b82a4a4587f9321f00360 /valgrind.suppressions | |
parent | 6fee19b17b41a2118eea230d1029b08606824e52 (diff) | |
download | NetworkManager-cefdb51fbeae9caa0822bc8a504cfd6cf987aa40.tar.gz |
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.
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 39ea9395bd..7e70b44e38 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -36,7 +36,7 @@ { g_signal_type_cclosure_new Memcheck:Leak - fun:calloc + ... fun:g_malloc0 fun:g_closure_new_simple fun:g_signal_type_cclosure_new |