devilhorns pushed a commit to branch master.

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

commit 6acad9508d7317bad17b0dc598d633ef1bd4df7e
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Oct 16 11:38:39 2014 -0400

    cleanup any pending opaque regions when we delete the client
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 0481e9f..8c32e6a 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -728,6 +728,9 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client 
*ec)
         ec->parent->modal = NULL;
      }
 
+   if (ec->comp_data->pending.opaque)
+     eina_tiler_free(ec->comp_data->pending.opaque);
+
    EINA_LIST_FREE(ec->comp_data->pending.damage, dmg)
      eina_rectangle_free(dmg);
 

-- 


Reply via email to