Skip to content

Commit 67997e6

Browse files
committed
CDRIVER-884: Ignore "still reachable" messages from sasl
1 parent 8d50a48 commit 67997e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

valgrind.suppressions

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@
4545
...
4646
obj:*/libcrypto.so.*
4747
}
48+
{
49+
ignore_sasl_load_plugin_reachable_warnings
50+
Memcheck:Leak
51+
...
52+
fun:_sasl_get_plugin
53+
...
54+
fun:_mongoc_do_init
55+
}

0 commit comments

Comments
 (0)