resolve svace issue 24/55924/1 accepted/tizen/mobile/20151230.223452 accepted/tizen/tv/20151230.223510 accepted/tizen/wearable/20151230.223542 submit/tizen/20151230.080254
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 30 Dec 2015 07:34:32 +0000 (16:34 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Wed, 30 Dec 2015 07:34:32 +0000 (16:34 +0900)
Change-Id: Ie19967827393ee319e70c1e3f45f14da422e5494

src/muse_core.c

index 17a6e68..a050d43 100644 (file)
@@ -101,6 +101,8 @@ static int _muse_core_check_server_is_running(void)
                return ret;
        }
 
+       close(fd);
+
        /* Close out the standard file descriptors */
        close(STDIN_FILENO);
        close(STDOUT_FILENO);