fix longstanding leak

SVN revision: 50470
This commit is contained in:
Mike Blumenkrantz 2010-07-24 02:05:35 +00:00
parent 5d5517868b
commit 034e320ac1
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ _ecore_thread_end(Ecore_Pthread_Data *pth)
_ecore_active_job_threads = eina_list_remove(_ecore_active_job_threads, pth);
ecore_event_add(ECORE_THREAD_PIPE_DEL, pth->p, _ecore_thread_pipe_free, NULL);
free(pth);
}
static void