Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_text.c
Log Message:
Add a call for etox's garbage collection.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_text.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- ewl_text.c 21 Jul 2004 05:47:44 -0000 1.73
+++ ewl_text.c 29 Jul 2004 20:13:00 -0000 1.74
@@ -620,6 +620,13 @@
ecore_dlist_destroy(ta->applied);
ta->applied = NULL;
+ /*
+ * Finished with the etox, so now would be a good time to cleanup
+ * extra resources hanging around. FIXME: Should be called at some
+ * regular interval too, in case the text changes, but is never freed.
+ */
+ etox_gc_collect();
+
DLEAVE_FUNCTION(DLEVEL_STABLE);
}
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs