projects
/
platform
/
core
/
appfw
/
widget-viewer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdfda5d
)
Set rid handle null when toolkit destroyed
25/145725/1
author
Hyunho Kang
<hhstark.kang@samsung.com>
Wed, 23 Aug 2017 11:06:05 +0000
(20:06 +0900)
committer
Hyunho Kang
<hhstark.kang@samsung.com>
Wed, 23 Aug 2017 11:08:10 +0000
(20:08 +0900)
Change-Id: I89e5b6b3967878a63002e45ab7dd2a4e1bf66d78
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
watch-control/src/control.c
patch
|
blob
|
history
diff --git
a/watch-control/src/control.c
b/watch-control/src/control.c
index c93e73b916c2b6b36d4fee68e2bb972c1001214f..cd152484ebb8852a03626e81c90ac099e37c3379 100644
(file)
--- a/
watch-control/src/control.c
+++ b/
watch-control/src/control.c
@@
-387,6
+387,7
@@
static void __screen_connector_toolkit_evas_removed_cb(const char *appid, const
if (cur_image == image) {
evas_object_data_set(__win, "tbm,watch", NULL);
__toolkit = NULL;
+ __rid_toolkit = NULL;
__is_bound = false;
}
}