don't strdup, we return const data

SVN revision: 56693
This commit is contained in:
Sebastian Dransfeld 2011-02-03 19:58:04 +00:00
parent 9427097015
commit 32defc93ae
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ efreet_mime_type_icon_get(const char *mime, const char *theme, unsigned int size
{
eina_stringshare_del(mime);
eina_stringshare_del(theme);
return strdup(cache);
return cache;
}
/* Standard icon name */