Skip to content

Commit 9887569

Browse files
spacewanderagentzh
authored andcommitted
tests: removed duplicate entries in valgrind.supress.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent 00b92b3 commit 9887569

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

valgrind.suppress

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@
2222
fun:ngx_epoll_process_events
2323
fun:ngx_process_events_and_timers
2424
}
25-
{
26-
<insert_a_suppression_name_here>
27-
Memcheck:Cond
28-
fun:ngx_vslprintf
29-
fun:ngx_snprintf
30-
fun:ngx_sock_ntop
31-
fun:ngx_event_accept
32-
fun:ngx_epoll_process_events
33-
fun:ngx_process_events_and_timers
34-
}
3525
{
3626
<insert_a_suppression_name_here>
3727
Memcheck:Addr1
@@ -181,15 +171,6 @@
181171
fun:ngx_create_pool
182172
fun:main
183173
}
184-
{
185-
<insert_a_suppression_name_here>
186-
Memcheck:Leak
187-
match-leak-kinds: definite
188-
fun:malloc
189-
fun:ngx_alloc
190-
fun:ngx_set_environment
191-
fun:ngx_single_process_cycle
192-
}
193174
{
194175
<insert_a_suppression_name_here>
195176
Memcheck:Param

0 commit comments

Comments
 (0)