fixed missing closedir() call (Joey Hess)
This commit is contained in:
parent
52a721187f
commit
0bd3709a9d
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ maildir_clean_tmp (const char *mbox)
|
||||||
path, strerror (errno), errno);
|
path, strerror (errno), errno);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
closedir(dirp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue