Skip to content

Commit d08ae6f

Browse files
committed
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
1 parent 7707dc7 commit d08ae6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

valgrind.suppress

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Addr4
4-
fun:ngx_init_cycle
5-
fun:ngx_master_process_cycle
6-
fun:main
2+
<insert_a_suppression_name_here>
3+
Memcheck:Addr4
4+
fun:ngx_init_cycle
5+
fun:ngx_master_process_cycle
6+
fun:main
77
}
88
{
99
<insert_a_suppression_name_here>

0 commit comments

Comments
 (0)