From 9457c2f56c7c8402d83153965a0951dafc2a4d18 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sat, 15 Jan 2022 23:14:47 -0500 Subject: Fix minor memory leaks --- imap/testsuitevalgrind | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 imap/testsuitevalgrind (limited to 'imap/testsuitevalgrind') diff --git a/imap/testsuitevalgrind b/imap/testsuitevalgrind new file mode 100644 index 0000000..e39c463 --- /dev/null +++ b/imap/testsuitevalgrind @@ -0,0 +1,5 @@ +#! /bin/bash + +valgrind --tool=memcheck --leak-check=yes --error-exitcode=1 "$@" && exit 0 +>confmdtesterror +exit 0 -- cgit v1.2.3