Skip to content

Commit

Permalink
ignored one more false positive from valgrind memcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 7, 2012
1 parent 1e2a13a commit 0ce9d14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,15 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_http_init_request
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand Down

0 comments on commit 0ce9d14

Please sign in to comment.