summaryrefslogtreecommitdiff
path: root/src/lib/edje/edje_smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/edje/edje_smart.c')
-rw-r--r--src/lib/edje/edje_smart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/edje/edje_smart.c b/src/lib/edje/edje_smart.c
index a077a96e79..e35e9d5518 100644
--- a/src/lib/edje/edje_smart.c
+++ b/src/lib/edje/edje_smart.c
@@ -34,10 +34,10 @@ _edje_object_eo_base_constructor(Eo *obj, Edje *ed)
}
EOLIAN static void
-_edje_object_eo_base_destructor(Eo *obj, Edje *class_data EINA_UNUSED)
+_edje_object_eo_base_destructor(Eo *obj, Edje *class_data)
{
eo_do_super(obj, MY_CLASS, eo_destructor());
- eo_data_unref(obj, class_data);
+ eo_data_unref(obj, class_data->base);
}
EOLIAN static void