summaryrefslogtreecommitdiffstats
path: root/imap/testsuitevalgrind
diff options
context:
space:
mode:
authorSam Varshavchik2022-02-02 08:17:02 -0500
committerSam Varshavchik2022-02-02 08:17:02 -0500
commitc02c7c70e57ce07f186862826168fae59df224cc (patch)
tree8e259cde28c95a3916062da5aa2099f0df471f42 /imap/testsuitevalgrind
parent2d77bfdeea48b8af1cbc96c6773d1bafd697cb80 (diff)
downloadcourier-libs-c02c7c70e57ce07f186862826168fae59df224cc.tar.bz2
Fix minor memory leaks.
Diffstat (limited to 'imap/testsuitevalgrind')
-rw-r--r--imap/testsuitevalgrind2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/testsuitevalgrind b/imap/testsuitevalgrind
index e39c463..90735d2 100644
--- a/imap/testsuitevalgrind
+++ b/imap/testsuitevalgrind
@@ -1,5 +1,5 @@
#! /bin/bash
valgrind --tool=memcheck --leak-check=yes --error-exitcode=1 "$@" && exit 0
->confmdtesterror
+>confmdmemleak
exit 0