xiaoxiang781216 commented on code in PR #18517: URL: https://github.com/apache/nuttx/pull/18517#discussion_r2905560979
########## sched/group/group_leave.c: ########## @@ -238,7 +238,8 @@ void group_drop(FAR struct task_group_s *group) /* Finally, if no one needs the group and it has been deleted, remove it */ - if (group->tg_flags & GROUP_FLAG_DELETED) + if ((group->tg_flags & GROUP_FLAG_DELETED) && Review Comment: how about check group equal g_kthread_group instead -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
