e_policy_wl: fixed bug for crashing enlightenment 59/89959/1 accepted/tizen/common/20160928.163543 accepted/tizen/ivi/20160928.050618 accepted/tizen/mobile/20160928.050527 accepted/tizen/tv/20160928.050544 accepted/tizen/wearable/20160928.050602 submit/tizen/20160927.231501
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 28 Sep 2016 02:12:10 +0000 (11:12 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 28 Sep 2016 02:12:10 +0000 (11:12 +0900)
Change-Id: Ica483c542f0d61e29d40672dd72da3f41017dd48

src/bin/e_policy_wl.c

index 5471514..c6c042a 100644 (file)
@@ -5166,6 +5166,7 @@ e_policy_wl_aux_message_send(E_Client *ec,
    int len;
    char *p;
 
+   if (!ec->comp_data) return;
    if (!ec->comp_data->aux_hint.use_msg) return;
 
    wl_array_init(&opt_array);