Enlightenment CVS committal Author : fletch3k Project : misc Module : enotes
Dir : misc/enotes/src Modified Files: note.c xml.c Log Message: Tidy Up (xml leak fixed) =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- note.c 7 Feb 2004 15:26:54 -0000 1.3 +++ note.c 7 Feb 2004 16:18:40 -0000 1.4 @@ -99,7 +99,7 @@ evas_font_path_append(p->evas, fontpath); /* Draggable Setup */ - p->dragger = esmart_draggies_new(p->win); + p->dragger = (Evas_Object *) esmart_draggies_new(p->win); evas_object_name_set(p->dragger, "dragger"); evas_object_move(p->dragger, 0, 0); evas_object_resize(p->dragger, main_config->cc->width, =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/xml.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- xml.c 6 Feb 2004 07:36:31 -0000 1.2 +++ xml.c 7 Feb 2004 16:18:40 -0000 1.3 @@ -125,6 +125,7 @@ xmlTextWriterEndElement(h->writer); xmlTextWriterEndDocument(h->writer); xmlFreeTextWriter(h->writer); + xmlCleanupParser(); free(h); return; } ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs