Partial revert of eb84475503da9f40d6a79e
authorChris Michael <cp.michael@samsung.com>
Mon, 18 Nov 2013 08:04:07 +0000 (08:04 +0000)
committerChris Michael <cp.michael@samsung.com>
Mon, 18 Nov 2013 08:04:07 +0000 (08:04 +0000)
Actually, we don't need to free this data here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/ecore_wl_dnd.c

index 1104f5b..ce33307 100644 (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);
      }