Partial revert of eb84475503

Actually, we don't need to free this data here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-11-18 08:04:07 +00:00
parent eb84475503
commit 0800b2ec1e
1 changed files with 0 additions and 2 deletions

View File

@ -576,8 +576,6 @@ _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source)
if (source->refcount == 0)
{
wl_data_offer_destroy(source->data_offer);
for (t = source->types.data; *t; t++)
free(*t);
wl_array_release(&source->types);
free(source);
}