projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae6b422
)
Revert "Revert "Revert "[Ecore] Memory leak fixed in Ecore Wayland"""
36/129036/1
accepted/tizen/unified/20170512.170308
submit/tizen/20170512.122151
author
Taehyub Kim
<taehyub.kim@samsung.com>
Fri, 12 May 2017 12:18:29 +0000
(21:18 +0900)
committer
Taehyub Kim
<taehyub.kim@samsung.com>
Fri, 12 May 2017 12:18:39 +0000
(21:18 +0900)
This reverts commit
ee4d6eea9bd409c552b861d86309cfe85a789069
.
Change-Id: I76c933d5449c523bf47192508b8a78d919d8a8af
src/lib/ecore_wayland/ecore_wl_dnd.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore_wayland/ecore_wl_dnd.c
b/src/lib/ecore_wayland/ecore_wl_dnd.c
index 39f59f3c933c396eadc75dfe6068c9495bdf46cd..7c2eb5b5a401bad380dbfc747dac6a7aade45da4 100644
(file)
--- a/
src/lib/ecore_wayland/ecore_wl_dnd.c
+++ b/
src/lib/ecore_wayland/ecore_wl_dnd.c
@@
-627,14
+627,6
@@
_ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source)
if (source->refcount == 0)
{
wl_data_offer_destroy(source->data_offer);
- // TIZEN_ONLY(20170306): Free the heap allocated content of wl_array
- if (source->types.data)
- {
- char **t;
- wl_array_for_each(t, &source->types)
- free(*t);
- }
- //
wl_array_release(&source->types);
free(source);
}