From 8d043dfa27a873f0184cdc68bef4261627ca8252 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 10 Oct 2019 13:57:19 +0900 Subject: [PATCH] Fix double closing fd Change-Id: I3ca8a92f102fa6b321a238be86679c57939218f3 Signed-off-by: Hwankyu Jhun --- src/launch_with_result.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/launch_with_result.c b/src/launch_with_result.c index ee2fef2..9df99c6 100644 --- a/src/launch_with_result.c +++ b/src/launch_with_result.c @@ -725,7 +725,6 @@ static gboolean __aul_error_handler(GIOChannel *io, if (!info) { _E("Critical error!"); - close(fd); return G_SOURCE_REMOVE; } @@ -752,7 +751,6 @@ static gboolean __aul_error_handler(GIOChannel *io, } __destroy_aul_error_info(info); - close(fd); return G_SOURCE_REMOVE; } -- 2.7.4