Skip to content

Commit

Permalink
tests UPDATE adjust supp file for wrapped func
Browse files Browse the repository at this point in the history
  • Loading branch information
roman authored and michalvasko committed Dec 14, 2023
1 parent 7d13668 commit 82ebf63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/library_valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,19 @@
fun:ly_ctx_new
}
{
CI:test_pam:pam_start_confdir
CI:test_pam:__wrap_pam_start
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:server_thread
fun:start_thread
fun:clone
}
{
test_pam:pam_start_confdir
test_pam:__wrap_pam_start
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:server_thread
fun:clone
}

0 comments on commit 82ebf63

Please sign in to comment.