From ffa005ea3de26b4219f32c285cb1665bb1366163 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 19 Jul 2016 18:25:00 +0900 Subject: Switch back to eo_del. This was a brutal eo_unref -> eo_del. Should be good enough. --- src/bin/widgets_list_2_grouped.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/widgets_list_2_grouped.c') diff --git a/src/bin/widgets_list_2_grouped.c b/src/bin/widgets_list_2_grouped.c index 1521e77..ec65e20 100644 --- a/src/bin/widgets_list_2_grouped.c +++ b/src/bin/widgets_list_2_grouped.c @@ -93,8 +93,8 @@ static void _cleanup(void) int i; for (i = 0; i < NUM; i++) { - eo_unref(o_images[i]); - eo_unref(o_texts[i]); + eo_del(o_images[i]); + eo_del(o_texts[i]); } } -- cgit v1.2.1