Browse Source

fixed missing closedir() call (Joey Hess)

0.9
Michael Elkins 22 years ago
parent
commit
0bd3709a9d
  1. 1
      maildir.c

1
maildir.c

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

Loading…
Cancel
Save