File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ <insert_a_suppression_name_here>
3
+ Memcheck:Leak
4
+ fun:malloc
5
+ fun:ngx_alloc
6
+ obj:*
7
+ }
1
8
{
2
9
<insert_a_suppression_name_here>
3
10
Memcheck:Leak
7
14
fun:ngx_event_accept
8
15
fun:ngx_event_process_posted
9
16
fun:ngx_process_events_and_timers
10
- fun:ngx_single_process_cycle
11
- fun:main
12
17
}
13
18
{
14
19
<insert_a_suppression_name_here>
@@ -19,8 +24,6 @@ fun:ngx_create_pool
19
24
fun:ngx_http_init_request
20
25
fun:ngx_event_process_posted
21
26
fun:ngx_process_events_and_timers
22
- fun:ngx_single_process_cycle
23
- fun:main
24
27
}
25
28
{
26
29
<insert_a_suppression_name_here>
@@ -31,8 +34,6 @@ fun:main
31
34
fun:ngx_event_accept
32
35
fun:ngx_epoll_process_events
33
36
fun:ngx_process_events_and_timers
34
- fun:ngx_single_process_cycle
35
- fun:main
36
37
}
37
38
{
38
39
<insert_a_suppression_name_here>
@@ -43,8 +44,6 @@ fun:main
43
44
fun:ngx_http_init_request
44
45
fun:ngx_epoll_process_events
45
46
fun:ngx_process_events_and_timers
46
- fun:ngx_single_process_cycle
47
- fun:main
48
47
}
49
48
{
50
49
<insert_a_suppression_name_here>
You can’t perform that action at this time.
0 commit comments