diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-02-08 14:02:14 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-02-08 14:02:14 +0000 |
commit | 0559f038ada850f627529ece97f5a4e8721a7ecd (patch) | |
tree | 9528b7c10eb0f05fa3329df9b95c27d7619d5580 | |
parent | 825b5e65c094396154594fcb31db59fe51867a33 (diff) | |
download | libguestfs-0559f038ada850f627529ece97f5a4e8721a7ecd.tar.gz libguestfs-0559f038ada850f627529ece97f5a4e8721a7ecd.tar.xz libguestfs-0559f038ada850f627529ece97f5a4e8721a7ecd.zip |
extra-tests: libnl moved from /lib64 to /usr/lib64 on Fedora.
Update suppressions file to match.
-rw-r--r-- | tests/extra/suppressions | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/extra/suppressions b/tests/extra/suppressions index 13e86c38..53e19e5a 100644 --- a/tests/extra/suppressions +++ b/tests/extra/suppressions @@ -80,6 +80,13 @@ obj:/lib64/libnl.so.1.1 } { + libnl1_malloc_leak_3 + Memcheck:Leak + fun:malloc + fun:strdup + obj:/usr/lib64/libnl.so.1.1 +} +{ libnl1_calloc_leak Memcheck:Leak fun:calloc @@ -91,6 +98,12 @@ fun:calloc obj:/lib64/libnl.so.1.1 } +{ + libnl1_calloc_leak_3 + Memcheck:Leak + fun:calloc + obj:/usr/lib64/libnl.so.1.1 +} # OCaml, by design, doesn't bother to free the major heap before # calling exit. Ignore that leak. |