Skip to content

Commit

Permalink
Add suppression for erroneous leak reports after DEBUG RELOAD (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylovitz committed May 12, 2020
1 parent e5ab233 commit 386a8e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,12 @@
...
fun:Indexer_Add
}

{
<RLTest race: ignore leaks in _GraphContext_Free caused by DEBUG RELOAD>
Memcheck:Leak
match-leak-kinds: definite
...
fun:rdbLoad
fun:debugCommand
}

0 comments on commit 386a8e6

Please sign in to comment.