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 authored and DvirDukhan committed May 21, 2020
1 parent a05ebae commit a56b96d
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 a56b96d

Please sign in to comment.