comment++

SVN revision: 47577
This commit is contained in:
Carsten Haitzler 2010-03-30 05:15:33 +00:00
parent 5f4784e49c
commit 76b3bed05e
1 changed files with 4 additions and 0 deletions

View File

@ -745,6 +745,10 @@ efreet_desktop_free(Efreet_Desktop *desktop)
eina_list_free(desktop->categories);
eina_list_free(desktop->mime_types);
IF_FREE_HASH(desktop->x);
// FIXME: loaded from eet. eet data descriptior is the default eina
// setup that means all strings are "eina_stringshare_add()"ed. this
// means we need to eina_stringshare_del() them here - until this is
// no longer the case (they are directly mmaped)
}
else
{