raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b7515a0958e5231c4b79d36d1e023c863f78e056

commit b7515a0958e5231c4b79d36d1e023c863f78e056
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Jan 30 11:02:44 2014 +0900

    null out damage on free in _e_comp_x_hook_client_del
---
 src/bin/e_comp_x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 6f6b979..3b0cb5e 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)
      {

-- 


Reply via email to