finish all plugins

SVN revision: 49303
This commit is contained in:
Hannes Janetzek 2010-05-29 15:04:18 +00:00
parent 8db097c619
commit 6c2d69f724
1 changed files with 4 additions and 4 deletions

View File

@ -1628,10 +1628,10 @@ _evry_state_pop(Evry_Selector *sel, int immediate)
continue;
}
if (EVRY_ITEM(p)->ref == 0)
p->finish(p);
else
p->state = NULL;
/* if (EVRY_ITEM(p)->ref == 0) */
p->finish(p);
/* else
* p->state = NULL; */
}