projects
/
platform
/
core
/
uifw
/
libpepper-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5be19
)
delete configure_idle when xdg_surface resource is freed
55/248955/1
accepted/tizen_6.0_unified
tizen_6.0
accepted/tizen/6.0/unified/20201208.101302
submit/tizen_6.0/20201207.062102
author
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 3 Dec 2020 12:42:40 +0000
(21:42 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 3 Dec 2020 12:43:59 +0000
(21:43 +0900)
Change-Id: I31fa19d41c5de531e2460489f022354f2255f5ca
src/lib/shell.c
patch
|
blob
|
history
diff --git
a/src/lib/shell.c
b/src/lib/shell.c
index 91bf51d41ee58105395b7d45bf0e5c017dd1f151..fa59972e928ecadba254789157feee8c0c4c37a9 100644
(file)
--- a/
src/lib/shell.c
+++ b/
src/lib/shell.c
@@
-499,6
+499,12
@@
xdg_surface_cb_resource_destroy(struct wl_resource *resource)
if (shsurf->view)
pepper_view_destroy(shsurf->view);
+ if (shsurf->configure_idle)
+ {
+ ecore_idle_enterer_del(shsurf->configure_idle);
+ shsurf->configure_idle = NULL;
+ }
+
xdg_surface_unref(shsurf);
}