Close a stream file descriptor leak.
PR: 138130 Submitted by: Patroklos Argyroudis <argp@census-labs.com> MFC after: 1 week
This commit is contained in:
parent
9a714660ef
commit
621882f0bc
@ -1669,6 +1669,7 @@ LibAliasRefreshModules(void)
|
||||
LibAliasLoadModule(buf);
|
||||
}
|
||||
}
|
||||
fclose(fd);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user