fixed missing closedir() call (Joey Hess)

This commit is contained in:
Michael Elkins 2002-10-30 02:01:32 +00:00
parent 52a721187f
commit 0bd3709a9d

View File

@ -374,6 +374,7 @@ maildir_clean_tmp (const char *mbox)
path, strerror (errno), errno);
}
}
closedir(dirp);
}
void