elm: Fix usage of invalid object type (image)
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 1 Nov 2016 03:01:42 +0000 (12:01 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 3 Nov 2016 08:22:14 +0000 (17:22 +0900)
commit9af981469d9316380d2a4700d8ad1f9c6a323340
treea21238c308e2f69ee167123db8a7a0b13e2c1b43
parenta8ff76eb0d8c11c381cc8e153f7fefe2390f9b9e
elm: Fix usage of invalid object type (image)

This fixes a a crash on NULL and ensures the EAPI call is
done on an elm_image. Just checking NULL is not good enough
as _efl_ui_image_sizing_eval() doesn't check the type first.
src/lib/elementary/efl_ui_image.c