ftmemsim-valgrind/memcheck/tests/suppsrc_lineno.supp
Ivo Raisr 410d736a99 Ability to add suppressions based on source file name and line number.
Fixes BZ#390471.
Patch based on work by: Jeff Frontz <jeff.frontz@gmail.com> and Joseph M Link.
2018-06-26 06:36:12 +02:00

14 lines
152 B
Plaintext

{
matching-lineno1
Memcheck:Free
fun:free
src:suppfree.c:6
}
{
non-matching-lineno2
Memcheck:Free
fun:free
src:suppfree.c:20
}