isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 0bd3709a9d40b1571e030b623ed00103927436e4
parent 52a721187f6a23531dbaeb0b47f5000ead24a592
Author: Michael Elkins <me@mutt.org>
Date:   Wed, 30 Oct 2002 02:01:32 +0000

fixed missing closedir() call (Joey Hess)

Diffstat:
Mmaildir.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/maildir.c b/maildir.c @@ -374,6 +374,7 @@ maildir_clean_tmp (const char *mbox) path, strerror (errno), errno); } } + closedir(dirp); } void