Skip to content

Commit 9aca5b2

Browse files
committed
suppress more warnings when running valgrind.
1 parent d8cdc52 commit 9aca5b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

valgrind.suppress

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,11 @@
268268
fun:ngx_init_cycle
269269
fun:main
270270
}
271+
{
272+
<insert_a_suppression_name_here>
273+
Memcheck:Cond
274+
fun:ngx_conf_flush_files
275+
fun:ngx_single_process_cycle
276+
fun:main
277+
}
271278

0 commit comments

Comments
 (0)