diff --git a/tests/valgrind.suppressions b/tests/valgrind.suppressions index 3ecb96d95a6c2217a8682e91384c7c0897e4bfb3..752505563111b56da6d43d77313006201f142522 100644 --- a/tests/valgrind.suppressions +++ b/tests/valgrind.suppressions @@ -76,4 +76,13 @@ fun:strlen fun:bson_strdup ... -} \ No newline at end of file +} +{ + temp_ignore_screate + Memcheck:Leak + ... + fun:*_S_create* + ... + fun:*_M_mutate* + ... +}