Skip to content

Commit d212ea4

Browse files
committed
updated valgrind.suppress again.
1 parent 6306141 commit d212ea4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

valgrind.suppress

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_event_process_init
7+
}
8+
{
9+
<insert_a_suppression_name_here>
10+
Memcheck:Leak
11+
fun:malloc
12+
fun:ngx_alloc
13+
fun:(below main)
14+
}
115
{
216
<insert_a_suppression_name_here>
317
Memcheck:Param

0 commit comments

Comments
 (0)