quicklaunch: Fixed double close issue spotted by coverity. CID1039972.

This commit is contained in:
Ryuan Choi 2013-07-05 23:38:49 +09:00
parent 2af97e24a0
commit 560f7184b4
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ handle_run(int fd, unsigned long bytes)
if (argc <= 0) if (argc <= 0)
{ {
CRITICAL("no executable specified"); CRITICAL("no executable specified");
close(fd);
return; return;
} }