Ensure dirhandle is closed (Duncan Ferguson)

This commit is contained in:
Ton Voon 2009-09-14 11:22:13 +01:00
parent aa6563c75c
commit bbadda8979

View file

@ -234,6 +234,8 @@ try_again:
printf("\n");
}
(void) closedir(procdir);
return (0);
}