e_comp_wl: added e_pixmap_cdata_set to clean up pixmap's E_Comp_Wl_Client_Data before... 87/44387/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 21 Jul 2015 09:53:17 +0000 (18:53 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 21 Jul 2015 09:53:17 +0000 (18:53 +0900)
Change-Id: Id64563f179a84b04bb7d2c57b941ef61f7bdc390

src/bin/e_comp_wl.c

index ee8b8e2..68ebc7a 100644 (file)
@@ -2641,6 +2641,8 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client *ec)
    if (ec->comp_data->surface)
      wl_resource_set_user_data(ec->comp_data->surface, NULL);
 
+   e_pixmap_cdata_set(ec->pixmap, NULL);
+
    E_FREE(ec->comp_data);
 
    _e_comp_wl_focus_check(ec->comp);