entrance: free this correct

This commit is contained in:
Marcel Hollerbach 2014-06-01 13:17:05 +02:00
parent 83ee8347b0
commit 9ce973d6f7
1 changed files with 2 additions and 3 deletions

View File

@ -395,9 +395,8 @@ _entrance_tp_random_bg(Evas_Object *par, char *theme_path)
res = elm_layout_add(par);
elm_layout_file_set(res, theme_path, buf);
evas_object_del(o);
// for (i = 0; user_bg[i]; i++)
//free(user_bg[i]);
//free(user_bg);
free(user_bg[0]);
free(user_bg);
return res;
bad_end:
evas_object_del(o);