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