From 8e54e31c7437893c849aa192101bcaa441fd004b Mon Sep 17 00:00:00 2001 From: wdfk-prog <1425075683@qq.com> Date: Wed, 29 May 2024 22:18:13 +0800 Subject: [PATCH] =?UTF-8?q?[IDLE]=20=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A,?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E9=80=A0=E6=88=90=E6=AD=A7=E4=B9=89=20(#9010?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idle.c b/src/idle.c index a428a649c1..26b559b70e 100644 --- a/src/idle.c +++ b/src/idle.c @@ -220,7 +220,7 @@ static void rt_defunct_execute(void) /* store the point of "thread->cleanup" avoid to lose */ cleanup = thread->cleanup; - /* if it's a system object, not delete it */ + /* if it's a system object, detach it */ object_is_systemobject = rt_object_is_systemobject((rt_object_t)thread); if (object_is_systemobject == RT_TRUE) {