Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/lib Modified Files: libevfs.c Log Message: Cleanup unfreed memory =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/libevfs.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- libevfs.c 19 Oct 2005 13:51:37 -0000 1.12 +++ libevfs.c 22 Oct 2005 04:51:42 -0000 1.13 @@ -70,9 +70,11 @@ conn->prog_event = NULL; /*Detach this event from the conn. Client is responsible for it now*/ - //printf("3. Created new ecore list at %p\n", ev->file_list.list); (*conn->callback_func)(ev); + + /*Now cleanup the event we send back*/ + evfs_cleanup_event(ev); } else { printf("EVFS: Alert - no callback registered for event\n"); } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs