From 391d18faf263afcc47c608cf8dc7677a8833bc18 Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Mon, 4 Jul 2016 19:33:22 +0900 Subject: [PATCH] screenshot: remove unreacherble code Change-Id: I8f0793190295be7e9ebb6dda867d627b71dbb4d3 --- src/efl_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/efl_util.c b/src/efl_util.c index 28bb5bf..7878f3a 100644 --- a/src/efl_util.c +++ b/src/efl_util.c @@ -1363,8 +1363,6 @@ efl_util_screenshot_initialize(int width, int height) return g_screenshot; fail_param: - if (screenshot) - efl_util_screenshot_deinitialize(screenshot); set_last_result(EFL_UTIL_ERROR_INVALID_PARAMETER); return NULL; fail_memory: -- 2.7.4