Remove OnParentViewResize in destrunction to avoid invalid
callback was called which will cause evas_gl error.
Reference: https://archive.tizen.org/gerrit/308705
Change-Id: I17e3dbb5717092586bb6a043936cb500ca6e4df3
Signed-off-by: Pranay Chauhan <pranay.c1@samsung.com>
OnHostFocusOut);
evas_event_callback_del_full(evas_, EVAS_CALLBACK_RENDER_FLUSH_PRE,
OnEvasRenderFlushPre, this);
+ evas_object_event_callback_del_full(efl_main_layout_, EVAS_CALLBACK_RESIZE,
+ OnParentViewResize, this);
evas_object_del(content_image_);
content_image_elm_host_ = nullptr;