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