efl_ui_image: fix removal of the internal evas image 81/136381/1
authorDaniel Zaoui <daniel.zaoui@yahoo.com>
Mon, 21 Nov 2016 09:52:27 +0000 (11:52 +0200)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 29 Jun 2017 08:24:41 +0000 (17:24 +0900)
commit192c71ea61ed4ffefbdf9d8b701e3c995d5c6006
tree765ca810a6488a3bc290168e2f3d80556b6e112a
parent8d0d3cc49fa2ba3ce391d24b9b3da4edb94b26c1
efl_ui_image: fix removal of the internal evas image

During the replacement of the image with the new preloaded one,
the previous image is deleted but not removed from the list of
children of the icon (efl_ui_image), leading to Eo errors when
walking over the icon children.

@fix

Change-Id: Ic5e606bf2b485051e419b1ea0ba263cd5c7808f9
src/lib/elm_image.c