Add missing closedir().
This commit is contained in:
parent
75e5b2e906
commit
c32fcdfc1d
1 changed files with 2 additions and 0 deletions
|
@ -2138,6 +2138,8 @@ static int cmd_network(int argc, char *argv[]) {
|
||||||
free(fname);
|
free(fname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
closedir(dir);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue