9
0
Fork 0

md command: Close filedescriptor after use

This commit is contained in:
Sascha Hauer 2008-03-14 13:02:53 +01:00
parent 20f3ac6e51
commit 14056577fd
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ static int do_mem_mw ( cmd_tbl_t *cmdtp, int argc, char *argv[])
optind++;
}
close(fd);
return errno;
}