From c0cdb7a068ded30a0ae353aeaa217bc5244114ac Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 17 May 2022 10:29:35 -0700 Subject: [PATCH] arm: fix async double delete --- arm/async.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/arm/async.cc b/arm/async.cc index 54307fd..3b1be35 100644 --- a/arm/async.cc +++ b/arm/async.cc @@ -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;