fix coverity leak detection in ecore_evas_x hints...

this fixes CID 1188012
This commit is contained in:
Carsten Haitzler 2014-08-13 16:15:42 +09:00
parent 6974a67f6f
commit 8ea2356bcd
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ _ecore_evas_x_aux_hints_supprted_update(Ecore_Evas *ee)
eina_list_append(ee->prop.aux_hint.supported_list, hint);
}
if ((str) && (str[0]))
if (str)
{
free(str[0]);
free(str);