Skip to content

Commit

Permalink
Bug Fix: Suppressing Sparse handle_include_path() in Valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
Theldus committed Jun 10, 2020
1 parent f238d65 commit 14fc7d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/pbd.supp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# by 0x4149D5: init_stream (tokenize.c:310)
# by 0x414D45: tokenize (tokenize.c:1016)
# by 0x40C6A3: try_include (pre-process.c:923)
# by 0x41D58C: do_include_path (pre-process.c:935)
# by 0x41D770: handle_include_path (pre-process.c:998)
# <snip>
#
# * While some might argue that 'still reachable' are not _true_
Expand All @@ -31,6 +33,6 @@
Memcheck:Leak
match-leak-kinds: reachable
...
fun:sparse
fun:handle_include_path
...
}

0 comments on commit 14fc7d3

Please sign in to comment.