cedric pushed a commit to branch master.

commit 0970b7dca50a892b6723283cba2c3be381d0d8cf
Author: Cedric BAIL <[email protected]>
Date:   Mon Apr 1 18:39:29 2013 +0900

    evas: forgotten destruction of Eina_Cow pool for objects state.
---
 src/lib/evas/canvas/evas_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/evas/canvas/evas_main.c b/src/lib/evas/canvas/evas_main.c
index 9963434..add796c 100644
--- a/src/lib/evas/canvas/evas_main.c
+++ b/src/lib/evas/canvas/evas_main.c
@@ -96,6 +96,8 @@ evas_shutdown(void)
 
    eina_cow_del(evas_object_proxy_cow);
    eina_cow_del(evas_object_map_cow);
+   eina_cow_del(evas_object_state_cow);
+   evas_object_state_cow = NULL;
    evas_object_map_cow = NULL;
    evas_object_proxy_cow = NULL;
 

-- 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d

Reply via email to