From 8056791a302451125f3d9f87e1cc1e701e2ae33e Mon Sep 17 00:00:00 2001 From: woojin Date: Wed, 24 Apr 2013 19:50:44 +0900 Subject: [PATCH] fix prevent violation Change-Id: Id8b7cb0131637d36d0b06e0827910f4ce569f4c2 --- daemon/daemon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/daemon.c b/daemon/daemon.c index 4aa7d85..fd90d85 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -119,8 +119,6 @@ static int get_input_id(char* inputname) { query_cmd_type = 2; } - if(cmd_fp != NULL) - pclose(cmd_fp); } // make command string -- 2.7.4