From ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:42:50 +0900 Subject: updates --- .../htop-vim/scripts/htop_suppressions.valgrind | 57 ---------------------- 1 file changed, 57 deletions(-) delete mode 100644 fedora/.local/bin/htop-vim/scripts/htop_suppressions.valgrind (limited to 'fedora/.local/bin/htop-vim/scripts/htop_suppressions.valgrind') diff --git a/fedora/.local/bin/htop-vim/scripts/htop_suppressions.valgrind b/fedora/.local/bin/htop-vim/scripts/htop_suppressions.valgrind deleted file mode 100644 index 0ba4539..0000000 --- a/fedora/.local/bin/htop-vim/scripts/htop_suppressions.valgrind +++ /dev/null @@ -1,57 +0,0 @@ -{ - - Memcheck:Leak - match-leak-kinds: possible,reachable - ... - fun:doupdate_sp - fun:wrefresh -} - -{ - - Memcheck:Leak - match-leak-kinds: possible,reachable - ... - fun:newterm_sp - fun:newterm - fun:initscr - fun:CRT_init -} - -{ - - Memcheck:Leak - match-leak-kinds: reachable - ... - obj:*/libtinfo* - fun:CRT_init -} - -{ - - Memcheck:Leak - match-leak-kinds: reachable - ... - obj:*/libncurses* - fun:CRT_init -} - -{ - - Memcheck:Leak - match-leak-kinds: possible,reachable - ... - obj:*/libncurses* - fun:CRT_setColors - fun:CRT_init -} - -{ - - Memcheck:Leak - match-leak-kinds: possible,reachable - ... - obj:*/libdevstat* - ... - fun:Platform_getDiskIO -} -- cgit v1.2.3