Temporarily fix SEGV when deleting .desktop files from disk.

SVN revision: 31717
This commit is contained in:
Sebastian Dransfeld 2007-09-14 23:15:41 +00:00
parent 9506bc06df
commit fdd316902d
1 changed files with 3 additions and 0 deletions

View File

@ -209,7 +209,10 @@ efreet_desktop_get(const char *file)
desktop->cached = 0;
ecore_hash_remove(efreet_desktop_cache, file);
/*
* TODO: We can't free the desktop here, as someone still might have references to it.
efreet_desktop_free(desktop);
*/
}
}