quicklaunch: Fixed double close issue spotted by coverity. CID1039972.
authorRyuan Choi <ryuan.choi@gmail.com>
Fri, 5 Jul 2013 14:38:49 +0000 (23:38 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Fri, 5 Jul 2013 14:40:53 +0000 (23:40 +0900)
src/bin/quicklaunch.c

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