And free homedir when done.

SVN revision: 23162
This commit is contained in:
Christopher Michael 2006-06-04 13:57:27 +00:00
parent 0f50d5d5e9
commit e8334c3094
1 changed files with 2 additions and 1 deletions

View File

@ -346,7 +346,6 @@ _load_bgs(E_Config_Dialog *cfd, Evas_Object *il)
i++;
detected = 1;
}
free(homedir);
}
if (!detected)
{
@ -400,6 +399,8 @@ _load_bgs(E_Config_Dialog *cfd, Evas_Object *il)
e_widget_ilist_go(il);
if (selnum >= 0)
e_widget_ilist_selected_set(il, selnum);
free(homedir);
}
void