arm: fix async double delete
This commit is contained in:
parent
42278795d8
commit
c0cdb7a068
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user