Skip to content

Commit 0ce9d14

Browse files
committed
ignored one more false positive from valgrind memcheck.
1 parent 1e2a13a commit 0ce9d14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

valgrind.suppress

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_create_pool
7+
fun:ngx_http_init_request
8+
fun:ngx_event_process_posted
9+
fun:ngx_process_events_and_timers
10+
fun:ngx_single_process_cycle
11+
fun:main
12+
}
113
{
214
<insert_a_suppression_name_here>
315
Memcheck:Leak

0 commit comments

Comments
 (0)