Skip to content

Commit

Permalink
updated valgrind.suppress a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 2, 2011
1 parent 773662e commit 2574878
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,18 @@
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:(below main)
}
{ {
nginx-core-process-init nginx-core-process-init
Memcheck:Leak Memcheck:Leak
Expand Down

0 comments on commit 2574878

Please sign in to comment.