ecore evas - fix leake and possile seg i added in cnp paste fix

previous commit fixed a bug but added this possible one. this fixes
that.
This commit is contained in:
Carsten Haitzler 2021-06-26 22:47:31 +01:00
parent b8be127171
commit 74da29321c
1 changed files with 1 additions and 1 deletions

View File

@ -3830,8 +3830,8 @@ _search_fitting_type(Ecore_Evas *ee, Ecore_Evas_Engine_Data_X11 *edata, Ecore_Ev
} }
eina_iterator_free(iter); eina_iterator_free(iter);
} }
eina_stringshare_del(mime_type);
} }
eina_stringshare_del(mime_type);
} }
if (found_conversion) if (found_conversion)
{ {