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 fd9781b commit 2370297Copy full SHA for 2370297
valgrind.suppress
@@ -363,3 +363,22 @@
363
Memcheck:Cond
364
obj:*
365
}
366
+{
367
+ <insert_a_suppression_name_here>
368
+ Memcheck:Leak
369
+ match-leak-kinds: definite
370
+ fun:malloc
371
+ fun:ngx_alloc
372
+ fun:ngx_set_environment
373
+ fun:ngx_single_process_cycle
374
+}
375
376
377
378
379
380
381
382
+ fun:ngx_worker_process_init
383
+ fun:ngx_worker_process_cycle
384
0 commit comments