From bb3701702a2e44fa5303a154638787743e5495bf Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 7 Dec 2015 19:42:28 +0900 Subject: [PATCH] e zone - handle null e_comp if comp is already shut down this came from backlight shutdown that got current zone... and getting zone relied on e_comp being valid. @fix --- src/bin/e_zone.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index 00600e6f7..4f19d638c 100644 --- a/src/bin/e_zone.c +++ b/src/bin/e_zone.c @@ -400,6 +400,7 @@ e_zone_current_get(void) Eina_List *l = NULL; E_Zone *zone; + if (!e_comp) return NULL; if (!starting) { int x, y;