elm_need_efret() - improve error handling according to coverity 72/153272/1
authorHosang Kim <hosang12.kim@samsung.com>
Thu, 28 Sep 2017 07:05:21 +0000 (16:05 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Thu, 28 Sep 2017 07:08:34 +0000 (07:08 +0000)
commit874ac166193d31c75bd2b98fdd54d93416c4c4f6
tree75834a44d5d448b240212a5d0bd0ac1ec2de5fb9
parentb9ccd40af2e936a3a3f6a31e0b9911d8a9232bf0
elm_need_efret() - improve error handling according to coverity

fix CID 1360466, CID 1353589

we don't actually chekc if efreet inits right with elm_need_efreet()
as we just assume it inits (And there pretty much is no case where it
will not), but make coverity happy and check.

@fix
Change-Id: Ieb37ab35a6ebc3a7e30b9fd5be6bb0e5b06aa64f
src/lib/elm_main.c