diff options
| author | Sam Varshavchik | 2022-02-02 08:17:02 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-02-02 08:17:02 -0500 |
| commit | c02c7c70e57ce07f186862826168fae59df224cc (patch) | |
| tree | 8e259cde28c95a3916062da5aa2099f0df471f42 /imap/testsuitevalgrind | |
| parent | 2d77bfdeea48b8af1cbc96c6773d1bafd697cb80 (diff) | |
| download | courier-libs-c02c7c70e57ce07f186862826168fae59df224cc.tar.bz2 | |
Fix minor memory leaks.
Diffstat (limited to 'imap/testsuitevalgrind')
| -rw-r--r-- | imap/testsuitevalgrind | 2 |
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 |
