diff options
Diffstat (limited to 'tests')
-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. |