Fix fd leak.

Reported by:	slonoman2011 yandex ru
MFC after:	1 week
This commit is contained in:
kib 2011-11-18 09:55:47 +00:00
parent ed098cf420
commit e9eec31614

View File

@ -1657,6 +1657,7 @@ load_object(const char *name, const Obj_Entry *refobj, int flags)
}
if (flags & RTLD_LO_NOLOAD) {
free(path);
close(fd);
return (NULL);
}