arm: fix async double delete

This commit is contained in:
Paul Mathieu 2022-05-17 10:29:35 -07:00
parent 42278795d8
commit c0cdb7a068

View File

@ -65,9 +65,6 @@ void main_loop(void (*idle_function)()) {
}
stuff->h();
if (stuff->h.done()) {
stuff->h.destroy();
}
Stuff* oldstuff = stuff;
work = stuff->next;