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:
Christian Brueffer 2009-10-28 12:10:29 +00:00
parent 9a714660ef
commit 621882f0bc

View File

@ -1669,6 +1669,7 @@ LibAliasRefreshModules(void)
LibAliasLoadModule(buf);
}
}
fclose(fd);
return (0);
}