Enlightenment CVS committal
Author : cedric
Project : e17
Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib
Modified Files:
Epsilon.c
Log Message:
Fix a memory leak when using ecore_evas and epsilon in the same app.
===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- Epsilon.c 22 May 2008 03:36:25 -0000 1.47
+++ Epsilon.c 17 Jun 2008 13:06:21 -0000 1.48
@@ -688,7 +688,8 @@
free(img_thm->data);
free(img_thm);
}
-
+
+ ecore_evas_free(ee);
edje_shutdown();
ecore_evas_shutdown();
ecore_shutdown();
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs