From: Hyunho Kang Date: Wed, 23 Aug 2017 11:06:05 +0000 (+0900) Subject: Set rid handle null when toolkit destroyed X-Git-Tag: submit/tizen_3.0/20170908.130137~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfaad462ffe11064b0c66b9196045a1d9d130e53;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git Set rid handle null when toolkit destroyed Change-Id: I89e5b6b3967878a63002e45ab7dd2a4e1bf66d78 Signed-off-by: Hyunho Kang --- diff --git a/watch-control/src/control.c b/watch-control/src/control.c index c93e73b9..cd152484 100644 --- 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; } }