From be68ef6d86e643d5859ae971f4c89187341fbc6b Mon Sep 17 00:00:00 2001 From: Duna Oh Date: Tue, 14 Feb 2017 15:35:44 +0900 Subject: [PATCH] fix bug: Do not set tzsh->ec to NULL before e_policy_wl_tzsh_client_del() e_policy_wl_client_del() is always called before e_policy_wl_tzsh_client_del(). Since setting tzsh->ec to NULL here, we could not reach to e_qp_client_del(tzsh->ec). This patch solves issues related to quickpanel. Signed-off-by: Duna Oh Change-Id: I986ff3784d1359f33330d1387ae5e22b9139577d --- src/bin/e_policy_wl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_policy_wl.c b/src/bin/e_policy_wl.c index c7349cc..98c4d1a 100644 --- a/src/bin/e_policy_wl.c +++ b/src/bin/e_policy_wl.c @@ -503,8 +503,6 @@ _e_policy_wl_tzsh_client_unset(E_Client *ec) tzsh = _e_policy_wl_tzsh_get_from_client(ec); if (!tzsh) return; - tzsh->ec = NULL; - if (tzsh->type == TZSH_TYPE_SRV) { tzsh_srv = polwl->srvs[TZSH_SRV_ROLE_TVSERVICE]; -- 2.7.4