Skip to content

Commit

Permalink
suppressed new false positives from valgrind.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 6, 2012
1 parent b72f87b commit 1e2a13a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_event_accept
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_http_init_request
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_malloc
fun:ngx_pnalloc
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_malloc
fun:ngx_palloc
}
{
<insert_a_suppression_name_here>
Memcheck:Param
Expand Down

0 comments on commit 1e2a13a

Please sign in to comment.