diff --git a/valgrind.suppress b/valgrind.suppress index dc47c735..ac1101e1 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -1,3 +1,25 @@ +{ + + Memcheck:Param + epoll_ctl(event) + fun:epoll_ctl +} +{ + + Memcheck:Leak + fun:malloc + fun:ngx_alloc + fun:ngx_event_process_init + fun:ngx_single_process_cycle + fun:(below main) +} +{ + + Memcheck:Leak + fun:malloc + fun:ngx_alloc + fun:(below main) +} { Memcheck:Leak