ryuan pushed a commit to branch master.

commit b9163c96ca80bded80c13f523b7c43b7af9213a7
Author: Ryuan Choi <[email protected]>
Date:   Fri Jul 5 23:38:49 2013 +0900

    quicklaunch: Fixed double close issue spotted by coverity. CID1039972.
---
 src/bin/quicklaunch.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/quicklaunch.c b/src/bin/quicklaunch.c
index 0bd246c..3913a74 100644
--- a/src/bin/quicklaunch.c
+++ b/src/bin/quicklaunch.c
@@ -120,7 +120,6 @@ handle_run(int fd, unsigned long bytes)
    if (argc <= 0)
      {
         CRITICAL("no executable specified");
-        close(fd);
         return;
      }
    

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to