File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
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
+ fun:ngx_create_pool
7
+ fun:ngx_event_accept
8
+ fun:ngx_epoll_process_events
9
+ fun:ngx_process_events_and_timers
10
+ fun:ngx_single_process_cycle
11
+ fun:main
12
+ }
13
+ {
14
+ <insert_a_suppression_name_here>
15
+ Memcheck:Leak
16
+ fun:malloc
17
+ fun:ngx_alloc
18
+ fun:ngx_create_pool
19
+ fun:ngx_http_init_request
20
+ fun:ngx_epoll_process_events
21
+ fun:ngx_process_events_and_timers
22
+ fun:ngx_single_process_cycle
23
+ fun:main
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
32
+ }
33
+ {
34
+ <insert_a_suppression_name_here>
35
+ Memcheck:Leak
36
+ fun:malloc
37
+ fun:ngx_alloc
38
+ fun:ngx_malloc
39
+ fun:ngx_palloc
40
+ }
1
41
{
2
42
<insert_a_suppression_name_here>
3
43
Memcheck:Param
You can’t perform that action at this time.
0 commit comments