Skip to content

Commit b4ab156

Browse files
Roytakmichalvasko
authored andcommitted
valgrind supp BUGFIX supp pam_start_confdir leak
1 parent 301db03 commit b4ab156

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

tests/library_valgrind.supp

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,11 @@
99
fun:ly_ctx_new
1010
}
1111
{
12-
CI:test_pam:__wrap_pam_start
12+
test_pam:__wrap_pam_start_leak
1313
Memcheck:Leak
1414
match-leak-kinds: definite
1515
fun:malloc
1616
...
17-
fun:ln2_glob_test_server_thread
18-
fun:ln2_glob_test_server_thread
19-
}
20-
{
21-
test_pam:__wrap_pam_start
22-
Memcheck:Leak
23-
match-leak-kinds: definite
24-
fun:malloc
17+
fun:__wrap_pam_start
2518
...
26-
fun:ln2_glob_test_server_thread
2719
}

0 commit comments

Comments
 (0)