Patch from Dmitry V. Levin to fix a fd leak
This commit is contained in:
parent
a860bec167
commit
7b3edeb14d
@ -37,6 +37,7 @@ extern int del_loop(const char *device)
|
|||||||
return (FALSE);
|
return (FALSE);
|
||||||
}
|
}
|
||||||
if (ioctl(fd, LOOP_CLR_FD, 0) < 0) {
|
if (ioctl(fd, LOOP_CLR_FD, 0) < 0) {
|
||||||
|
close(fd);
|
||||||
bb_perror_msg("ioctl: LOOP_CLR_FD");
|
bb_perror_msg("ioctl: LOOP_CLR_FD");
|
||||||
return (FALSE);
|
return (FALSE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user