From 46d3a32bdbf2d79621040e8b25e812687111ebe1 Mon Sep 17 00:00:00 2001 From: animetosho Date: Tue, 10 Dec 2024 15:53:01 +1000 Subject: [PATCH] Add Valgrind leak suppression file Not sure how to make this file obvious to those that need it, but at least it's here Ref https://github.com/animetosho/par2cmdline-turbo/pull/36#issuecomment-2446128641 --- gf16/suppressions-valgrind.supp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gf16/suppressions-valgrind.supp diff --git a/gf16/suppressions-valgrind.supp b/gf16/suppressions-valgrind.supp new file mode 100644 index 0000000..3f0a75a --- /dev/null +++ b/gf16/suppressions-valgrind.supp @@ -0,0 +1,6 @@ +{ + + Memcheck:Leak + fun:malloc + fun:gfmat_init +}