Can't and shouldn't delete job on shutdown. The job handler might not get

called and ecore will free the memory anyway.


SVN revision: 29021
This commit is contained in:
Sebastian Dransfeld 2007-03-24 16:48:51 +00:00
parent d1a58cfb5a
commit 787f3095d2
1 changed files with 0 additions and 5 deletions

View File

@ -115,11 +115,6 @@ void
_edje_message_shutdown(void)
{
_edje_message_queue_clear();
if (job)
{
ecore_job_del(job);
job = NULL;
}
}
void