ecore: silent warnings by directly freeing.

This commit is contained in:
Cedric BAIL 2016-05-03 14:32:05 -07:00
parent c1141c7b0b
commit ba10fa6636
1 changed files with 1 additions and 1 deletions

View File

@ -103,5 +103,5 @@ static void
_ecore_job_event_free(void *data,
void *job EINA_UNUSED)
{
ecore_job_del(data);
free(data);
}