From 1b8a39c5971e0626bb2202c0e14fdad12fe94391 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 27 Mar 2018 16:01:53 -0400 Subject: [PATCH] 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 517471190f87e473e3bc38584c23ae28fb772c7c ref T6816 Reviewed-by: Stefan Schmidt --- src/lib/emotion/emotion_smart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index d84e5a1..c0ce707 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c @@ -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 -- 2.7.4