only del cnp drop if removed from list.

This commit is contained in:
Carsten Haitzler 2013-03-09 23:05:32 +09:00
parent 78c042cdbe
commit c8ac271b79
1 changed files with 2 additions and 2 deletions

View File

@ -1789,8 +1789,8 @@ _x11_elm_drop_target_del(Evas_Object *obj)
evas_object_event_callback_del(obj, EVAS_CALLBACK_FREE,
(Evas_Object_Event_Cb)elm_drop_target_del);
free(drop);
if (del) free(del);
/* TODO BUG: we should handle dnd-aware per window, not just the last that reelased it */
/* If still drops there: All fine.. continue */