ector: fixed generic_shape constructor and destructor 16/43216/1
authorSubhransu Sekhar Mohanty <sub.mohanty@samsung.com>
Tue, 3 Feb 2015 00:50:55 +0000 (09:50 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:04:37 +0000 (11:04 +0900)
Change-Id: If633782583414887b16b1f49c351003b61d73120

src/lib/ector/ector_renderer_shape.c

index e171c4c..b45491d 100644 (file)
@@ -201,11 +201,13 @@ static void
 _ector_renderer_generic_shape_eo_base_constructor(Eo *obj,
                                                   Ector_Renderer_Generic_Shape_Data *pd)
 {
+    eo_do_super(obj, ECTOR_RENDERER_GENERIC_SHAPE_CLASS, eo_constructor());
 }
 
 static void
 _ector_renderer_generic_shape_eo_base_destructor(Eo *obj, Ector_Renderer_Generic_Shape_Data *pd)
 {
+  eo_do_super(obj, ECTOR_RENDERER_GENERIC_SHAPE_CLASS, eo_destructor());
 }
 
 #include "ector_renderer_generic_shape.eo.c"