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 15:48:55 +0000 |
commit | 483ae54c30ce5a3a63c4fe28297b7e0ecb37a6d6 (patch) | |
tree | 7524e75a7a2baa349e7453bfce8d5f8f7d17bdd0 | |
parent | c174ff46dd66b6086fe4f2e1b93896aa62876b1f (diff) | |
download | libguestfs-483ae54c30ce5a3a63c4fe28297b7e0ecb37a6d6.tar.gz libguestfs-483ae54c30ce5a3a63c4fe28297b7e0ecb37a6d6.tar.xz libguestfs-483ae54c30ce5a3a63c4fe28297b7e0ecb37a6d6.zip |
extra-tests: libnl moved from /lib64 to /usr/lib64 on Fedora.
Update suppressions file to match.
(cherry picked from commit 0559f038ada850f627529ece97f5a4e8721a7ecd)
-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. |