Skip to content

Commit 6047c26

Browse files
committed
updated valgrind.suppress.
1 parent 989fd74 commit 6047c26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

valgrind.suppress

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_calloc
7+
fun:ngx_event_process_init
8+
fun:ngx_single_process_cycle
9+
}
110
{
211
<insert_a_suppression_name_here>
312
Memcheck:Param

0 commit comments

Comments
 (0)