do not send shell configures for deleted wl clients

This commit is contained in:
Mike Blumenkrantz 2016-04-05 15:04:35 -04:00
parent 5ed82b8e38
commit eef14b3619
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ _e_comp_wl_configure_send(E_Client *ec, Eina_Bool edges)
{
int w, h;
if (e_object_is_del(E_OBJECT(ec))) return;
if (e_comp_object_frame_exists(ec->frame))
w = ec->client.w, h = ec->client.h;
else