Skip to content

Commit

Permalink
valgrind-suppressions.txt: add extra for newer mongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 26, 2019
1 parent d482b1c commit dd8ae3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions msautotest/valgrind-suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,12 @@
fun:OS_LibInit
...
}

{
<MONGO>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:_mongoc_openssl_init
...
}

0 comments on commit dd8ae3e

Please sign in to comment.