diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-07-19 18:25:00 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-07-19 19:03:49 +0900 |
commit | ffa005ea3de26b4219f32c285cb1665bb1366163 (patch) | |
tree | b9b939b624b159dd80f851bb4cae332a32ee79c0 /src/bin/widgets_file_icons_2_same.c | |
parent | 95d6a6cd9a390af5f603879cd56f030ef6842289 (diff) |
Switch back to eo_del.
This was a brutal eo_unref -> eo_del. Should be good enough.
Diffstat (limited to 'src/bin/widgets_file_icons_2_same.c')
-rw-r--r-- | src/bin/widgets_file_icons_2_same.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/widgets_file_icons_2_same.c b/src/bin/widgets_file_icons_2_same.c index 445db2e..83dfeac 100644 --- a/src/bin/widgets_file_icons_2_same.c +++ b/src/bin/widgets_file_icons_2_same.c | |||
@@ -54,8 +54,8 @@ static void _cleanup(void) | |||
54 | int i; | 54 | int i; |
55 | for (i = 0; i < NUM; i++) | 55 | for (i = 0; i < NUM; i++) |
56 | { | 56 | { |
57 | eo_unref(o_images[i]); | 57 | eo_del(o_images[i]); |
58 | eo_unref(o_texts[i]); | 58 | eo_del(o_texts[i]); |
59 | } | 59 | } |
60 | } | 60 | } |
61 | 61 | ||