MFC: r198537

Close a file descriptor leak in an error case.
This commit is contained in:
Christian Brueffer 2009-11-04 13:06:09 +00:00
parent efab19fed7
commit e4e76802b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=198884

View File

@ -150,6 +150,7 @@ command_help(int argc, char *argv[])
break;
default:
command_errmsg = "usage is 'help <topic> [<subtopic>]";
close(hfd);
return(CMD_ERROR);
}