diff options
author | Max Kellermann <max@duempel.org> | 2014-01-08 20:17:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-08 20:57:53 +0100 |
commit | 959d7ca9d00ec480f88ef6ea45b3dab7f0e2b717 (patch) | |
tree | c3f556146138a1bfc05b4dc94a1bd5027e83d387 /valgrind.suppressions | |
parent | 3b568b09437bac0b7419c7d43f3c06357a9205ed (diff) | |
download | mpd-959d7ca9d00ec480f88ef6ea45b3dab7f0e2b717.tar.gz mpd-959d7ca9d00ec480f88ef6ea45b3dab7f0e2b717.tar.xz mpd-959d7ca9d00ec480f88ef6ea45b3dab7f0e2b717.zip |
valgrind.suppressions: add libsmbclient suppressions
Diffstat (limited to '')
-rw-r--r-- | valgrind.suppressions | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 03f2025ee..8d1d86c41 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -485,3 +485,25 @@ fun:call_init fun:_dl_init } + +# +# libsmbclient +# + +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:smbc_*_context + fun:smbc_init +} + +{ + <insert_a_suppression_name_here> + Memcheck:Leak + fun:*alloc + ... + fun:smbc_setDebug + fun:smbc_init +} |