zyfeier commented on code in PR #9528:
URL: https://github.com/apache/nuttx/pull/9528#discussion_r1229031733


##########
sched/group/group_join.c:
##########
@@ -208,9 +218,12 @@ int group_join(FAR struct pthread_tcb_s *tcb)
     {
       return ret;
     }
+#else
+  flags = enter_critical_section();

Review Comment:
   I'll move kmm_free out and change to use spin_lock_irqsave.



-- 
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]

Reply via email to