fix efm pathbar item creation

ticket #2022


SVN revision: 81245
This commit is contained in:
Mike Blumenkrantz 2012-12-18 13:33:14 +00:00
parent 9bfd23edab
commit 0a0d66ca32
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@ _cb_dir_changed(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUS
while (l->next)
_box_button_free((Nav_Item*)l->next);
_box_button_free((Nav_Item*)l);
l = NULL;
}
else
{