SVN revision: 48880
This commit is contained in:
Hannes Janetzek 2010-05-15 04:22:12 +00:00
parent f6b49da880
commit 8e163071dd
1 changed files with 2 additions and 4 deletions

View File

@ -655,6 +655,8 @@ _free_files(Plugin *p)
{
Evry_Item_File *file;
EVRY_PLUGIN_ITEMS_CLEAR(p);
if (p->thread)
ecore_thread_cancel(p->thread);
p->thread = NULL;
@ -682,8 +684,6 @@ _finish(Evry_Plugin *plugin)
p->thread = NULL;
}
EVRY_PLUGIN_ITEMS_CLEAR(p);
_free_files(p);
if (!p->wait_finish)
@ -745,8 +745,6 @@ _fetch(Evry_Plugin *plugin, const char *input)
if (strncmp(p->directory, "/", 1))
return 0;
EVRY_PLUGIN_ITEMS_CLEAR(p);
_free_files(p);