aaah bad. changed to free.

SVN revision: 52945
This commit is contained in:
Carsten Haitzler 2010-10-01 07:38:36 +00:00
parent fcbc86aec9
commit 1e45be0a72
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ _ecore_file_download_url_complete_cb(void *data __UNUSED__, int type __UNUSED__,
_job_list = eina_list_remove(_job_list, job);
fclose(job->file);
free(job->dst);
ecore_con_url_destroy(job->url_con);
ecore_con_url_free(job->url_con);
free(job);
return ECORE_CALLBACK_DONE;