Skip to content

Commit

Permalink
tests: removed duplicate entries in valgrind.supress.
Browse files Browse the repository at this point in the history
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
  • Loading branch information
spacewander authored and agentzh committed Jan 21, 2018
1 parent 00b92b3 commit 9887569
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:ngx_vslprintf
fun:ngx_snprintf
fun:ngx_sock_ntop
fun:ngx_event_accept
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
}
{
<insert_a_suppression_name_here>
Memcheck:Addr1
Expand Down Expand Up @@ -181,15 +171,6 @@
fun:ngx_create_pool
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:ngx_alloc
fun:ngx_set_environment
fun:ngx_single_process_cycle
}
{
<insert_a_suppression_name_here>
Memcheck:Param
Expand Down

0 comments on commit 9887569

Please sign in to comment.