diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 6f6b9799c..3b0cb5e1a 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -4154,6 +4154,7 @@ _e_comp_x_hook_client_del(void *d EINA_UNUSED, E_Client *ec) { eina_hash_del(damages_hash, &ec->comp_data->damage, ec); ecore_x_damage_free(ec->comp_data->damage); + ec->comp_data->damage = 0; } if (ec->comp_data->reparented) {