Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FRiCKLE/ngx_postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 27, 2012
2 parents 948e999 + 4b0c753 commit 9cb964d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,25 @@
{
<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)
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:(below main)
}
{ {
<insert_a_suppression_name_here> <insert_a_suppression_name_here>
Memcheck:Leak Memcheck:Leak
Expand Down

0 comments on commit 9cb964d

Please sign in to comment.