We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e43b9 commit 7365fb0Copy full SHA for 7365fb0
valgrind.suppress
@@ -32,3 +32,22 @@
32
fun:ngx_single_process_cycle
33
fun:main
34
}
35
+{
36
+ <insert_a_suppression_name_here>
37
+ Memcheck:Leak
38
+ match-leak-kinds: definite
39
+ fun:malloc
40
+ fun:ngx_alloc
41
+ fun:ngx_set_environment
42
+ fun:ngx_single_process_cycle
43
+}
44
45
46
47
48
49
50
51
+ fun:ngx_worker_process_init
52
+ fun:ngx_worker_process_cycle
53
0 commit comments