fix efreet_desktop leakage.

SVN revision: 73434
This commit is contained in:
Gustavo Sverzut Barbieri 2012-07-07 03:20:33 +00:00
parent 2d7c347ff6
commit 5e7e358e5b
1 changed files with 2 additions and 1 deletions

View File

@ -1800,7 +1800,8 @@ _e_fwin_file_open_dialog(E_Fwin_Page *page,
chdir(pcwd);
if (!need_dia)
{
apps = eina_list_free(apps);
EINA_LIST_FREE(apps, desk)
efreet_desktop_free(desk);
mlist = eina_list_free(mlist);
return;
}