and the stop prog doesnt clean out all instances - leaving 1 or more excess
instances to run. this should fix that.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@39827
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
if (pt->id == runp->program->id)
{
_edje_program_end(ed, runp);
- goto done;
+// goto done;
}
}
EINA_LIST_FOREACH(ed->pending_actions, ll, pp)
ed->pending_actions = eina_list_remove(ed->pending_actions, pp);
ecore_timer_del(pp->timer);
free(pp);
- goto done;
+// goto done;
}
}
done: