Commit 959d7ca9 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: add libsmbclient suppressions

parent 3b568b09
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment