projects
/
platform
/
core
/
uifw
/
e-mod-tizen-eom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7528682
)
remove destry resource
35/42635/1
accepted/tizen/mobile/20150701.071103
accepted/tizen/tv/20150701.071136
submit/tizen_mobile/20150701.051053
submit/tizen_tv/20150701.051059
author
SooChan Lim
<sc1.lim@samsung.com>
Wed, 1 Jul 2015 05:06:54 +0000
(14:06 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Wed, 1 Jul 2015 05:06:54 +0000
(14:06 +0900)
it occurs crash..
Change-Id: I63f3fa99f0942306c1a1614225d23687adb2b985
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index 30c4a98489c83e7265b3cc280322cda712244313..c68a2176ad61ba9ca34ebfe3fd6fc656bdd65018 100755
(executable)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-149,7
+149,9
@@
static const struct wl_eom_interface _e_eom_wl_implementation = {
static void
_e_eom_wl_resource_destory_cb(struct wl_resource *resource)
{
- wl_resource_destroy(resource);
+
+/* TODO : destroy resources if exist */
+
}
/* wl_eom global object bind function */