mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Ensure dirhandle is closed (Duncan Ferguson)
This commit is contained in:
parent
aa6563c75c
commit
bbadda8979
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ try_again:
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
(void) closedir(procdir);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue