From d9774835f2da3872465c025226cd1199e5e325b5 Mon Sep 17 00:00:00 2001 From: Adam Joly Date: Thu, 18 Jul 2024 14:50:56 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20cleaned=20project.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minishell.supp | 57 -------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 minishell.supp diff --git a/minishell.supp b/minishell.supp deleted file mode 100644 index 2856914..0000000 --- a/minishell.supp +++ /dev/null @@ -1,57 +0,0 @@ -{ - readline - Memcheck:Leak - match-leak-kinds: reachable - ... - fun:readline - ... -} -{ - readline-history - Memcheck:Leak - ... - fun:xmalloc - fun:add_history - ... -} -{ - - Memcheck:Leak - match-leak-kinds: reachable - ... - obj:/usr/bin/toe - fun:(below main) -} -{ - - Memcheck:Leak - ... - obj:/usr/bin/locale - fun:(below main) -} -{ - - Memcheck:Leak - match-leak-kinds: reachable - ... - obj:/usr/bin/clear - fun:(below main) -} -{ - - Memcheck:Leak - ... - obj:/usr/bin/cat - fun:(below main) -} -{ - - Memcheck:Leak - ... - obj:/usr/bin/ls - fun:(below main) -} - - - -