Removed the recently added evas_list_free calls as they caused segfaults

when removing last selected gadget.


SVN revision: 23545
This commit is contained in:
Christopher Michael 2006-06-23 04:32:44 +00:00
parent 52455b603e
commit 447a00317e
1 changed files with 0 additions and 5 deletions

View File

@ -268,8 +268,6 @@ _load_available_gadgets(void *data)
e_widget_ilist_append(oi, icon, label, _cb_select_client, cfdata, cc->name);
}
e_widget_ilist_go(oi);
if (l) evas_list_free(l);
}
static void
@ -314,7 +312,4 @@ _load_selected_gadgets(void *data)
}
e_widget_ilist_go(oi);
if (l) evas_list_free(l);
if (l2) evas_list_free(l2);
}