diff options
Diffstat (limited to 'src/bin/widgets_list_2_grouped.c')
-rw-r--r-- | src/bin/widgets_list_2_grouped.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bin/widgets_list_2_grouped.c b/src/bin/widgets_list_2_grouped.c index 6205a02..6148364 100644 --- a/src/bin/widgets_list_2_grouped.c +++ b/src/bin/widgets_list_2_grouped.c | |||
@@ -92,8 +92,11 @@ static void _setup(void) | |||
92 | static void _cleanup(void) | 92 | static void _cleanup(void) |
93 | { | 93 | { |
94 | int i; | 94 | int i; |
95 | for (i = 0; i < NUM; i++) eo_del(o_images[i]); | 95 | for (i = 0; i < NUM; i++) |
96 | for (i = 0; i < NUM; i++) eo_del(o_texts[i]); | 96 | { |
97 | eo_del(o_images[i]); | ||
98 | eo_del(o_texts[i]); | ||
99 | } | ||
97 | } | 100 | } |
98 | 101 | ||
99 | /* loop - do things */ | 102 | /* loop - do things */ |