- set the job list to NULL. If this isn't done and we re-init the library (as efreet does during unit testing) the list won't get re-created and crap memory will get freed on the next shutdown

SVN revision: 34058
This commit is contained in:
Dan Sinclair 2008-03-20 02:10:55 +00:00 committed by Dan Sinclair
parent a81974fe1f
commit 74873d6559
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ ecore_file_download_shutdown(void)
_url_progress_download = NULL;
ecore_list_destroy(_job_list);
_job_list = NULL;
}
return ecore_con_url_shutdown();