Enlightenment CVS committal Author : englebass Project : e17 Module : libs/edje
Dir : e17/libs/edje/src/lib Modified Files: edje_message_queue.c Log Message: Can't and shouldn't delete job on shutdown. The job handler might not get called and ecore will free the memory anyway. =================================================================== RCS file: /cvs/e/e17/libs/edje/src/lib/edje_message_queue.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- edje_message_queue.c 24 Mar 2007 16:05:43 -0000 1.23 +++ edje_message_queue.c 24 Mar 2007 16:48:51 -0000 1.24 @@ -115,11 +115,6 @@ _edje_message_shutdown(void) { _edje_message_queue_clear(); - if (job) - { - ecore_job_del(job); - job = NULL; - } } void ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs