erase unreacherble codes 50/76750/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 27 Jun 2016 06:41:26 +0000 (15:41 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 27 Jun 2016 06:41:32 +0000 (15:41 +0900)
Change-Id: I8ffc41b6a6f360f76d69185f6c8c73afbc680a76
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/efl_util.c

index 112e625..28bb5bf 100644 (file)
@@ -292,8 +292,6 @@ fail:
         _eflutil.wl.queue = NULL;
      }
 
-   if (reg)
-     wl_registry_destroy(reg);
    ecore_wl_shutdown();
    return EINA_FALSE;
 }
@@ -1371,8 +1369,6 @@ fail_param:
    return NULL;
 fail_memory:
 /* LCOV_EXCL_START */
-   if (screenshot)
-     efl_util_screenshot_deinitialize(screenshot);
    set_last_result(EFL_UTIL_ERROR_OUT_OF_MEMORY);
    return NULL;
 /* LCOV_EXCL_STOP */