From fa0748ead263d51ee734910230067408718f8462 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Sun, 16 Mar 2025 09:13:01 +0100 Subject: [PATCH] Remove unused valgrind file Signed-off-by: AnErrupTion --- res/valgrind.supp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 res/valgrind.supp diff --git a/res/valgrind.supp b/res/valgrind.supp deleted file mode 100644 index 274f2f0..0000000 --- a/res/valgrind.supp +++ /dev/null @@ -1,31 +0,0 @@ -{ - pam - Memcheck:Leak - ... - obj:/usr/lib/libpam.so.0.84.2 - ... -} - -{ - termbox - Memcheck:Leak - ... - fun:tb_init - ... -} - -{ - libc/dynamic - Memcheck:Leak - ... - fun:_dl_catch_exception - ... -} - -{ - libc/groups - Memcheck:Leak - ... - fun:initgroups - ... -}