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

SVN revision: 32351
This commit is contained in:
Sebastian Dransfeld 2007-11-04 12:41:15 +00:00
parent eece802ba4
commit 62cf45caab
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ _edje_message_shutdown(void)
_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;
}