We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4e6f1 commit 995a9c2Copy full SHA for 995a9c2
valgrind.suppress
@@ -297,3 +297,22 @@
297
fun:do_preload
298
fun:dl_main
299
}
300
+{
301
+ <insert_a_suppression_name_here>
302
+ Memcheck:Leak
303
+ match-leak-kinds: definite
304
+ fun:malloc
305
+ fun:ngx_alloc
306
+ fun:ngx_set_environment
307
+ fun:ngx_single_process_cycle
308
+}
309
310
311
312
313
314
315
316
+ fun:ngx_worker_process_init
317
+ fun:ngx_worker_process_cycle
318
0 commit comments