Skip to content

Commit 82ebf63

Browse files
romanmichalvasko
authored andcommitted
tests UPDATE adjust supp file for wrapped func
1 parent 7d13668 commit 82ebf63

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/library_valgrind.supp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,19 @@
99
fun:ly_ctx_new
1010
}
1111
{
12-
CI:test_pam:pam_start_confdir
12+
CI:test_pam:__wrap_pam_start
1313
Memcheck:Leak
1414
match-leak-kinds: definite
1515
fun:malloc
1616
...
1717
fun:server_thread
1818
fun:start_thread
19-
fun:clone
2019
}
2120
{
22-
test_pam:pam_start_confdir
21+
test_pam:__wrap_pam_start
2322
Memcheck:Leak
2423
match-leak-kinds: definite
2524
fun:malloc
2625
...
2726
fun:server_thread
28-
fun:clone
2927
}

0 commit comments

Comments
 (0)