emotion: call shutdown when smart objects are destroyed

the constructor calls init for every object, so ensure a matching
shutdown call exists to balance the init count

ref 517471190f
ref T6816

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
This commit is contained in:
Mike Blumenkrantz 2018-03-27 16:01:53 -04:00 committed by Stefan Schmidt
parent 492814bf2f
commit 73106cc201
1 changed files with 1 additions and 0 deletions

View File

@ -1933,6 +1933,7 @@ _efl_canvas_video_efl_canvas_group_group_del(Evas_Object *obj EINA_UNUSED, Efl_C
sd->ref.file = NULL;
_xattr_data_unref(sd->xattr);
efl_canvas_group_del(efl_super(obj, MY_CLASS));
emotion_shutdown();
}
EOLIAN static void