Enlightenment CVS committal Author : devilhorns Project : e_modules Module : monitor
Dir : e_modules/monitor Modified Files: e_mod_main.c Log Message: Check that the timer exists before we try and free it. Should stop the E segv that onefang found =================================================================== RCS file: /cvsroot/enlightenment/e_modules/monitor/e_mod_main.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_mod_main.c 30 Dec 2005 20:13:47 -0000 1.9 +++ e_mod_main.c 11 Jan 2006 13:41:55 -0000 1.10 @@ -622,7 +622,7 @@ { e_object_unref(E_OBJECT(face->con)); e_object_del(E_OBJECT(face->gmc)); - ecore_timer_del(face->date_check_timer); + if (face->date_check_timer) ecore_timer_del(face->date_check_timer); evas_object_del(face->cpu); evas_object_del(face->mem); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs