arm: fix async double delete
This commit is contained in:
@@ -65,9 +65,6 @@ void main_loop(void (*idle_function)()) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stuff->h();
|
stuff->h();
|
||||||
if (stuff->h.done()) {
|
|
||||||
stuff->h.destroy();
|
|
||||||
}
|
|
||||||
|
|
||||||
Stuff* oldstuff = stuff;
|
Stuff* oldstuff = stuff;
|
||||||
work = stuff->next;
|
work = stuff->next;
|
||||||
|
Reference in New Issue
Block a user