Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_message_queue.c 


Log Message:
Don't clean up this job, ecore_job will clean it up itself.

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_message_queue.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- edje_message_queue.c        5 Oct 2007 05:12:37 -0000       1.31
+++ edje_message_queue.c        4 Nov 2007 12:41:15 -0000       1.32
@@ -126,8 +126,6 @@
    _edje_message_queue_clear();
    if (job_loss_timer)
      ecore_timer_del(job_loss_timer);
-   if (job)
-     ecore_job_del(job);
    job = NULL;
    job_loss_timer = NULL;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to