mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Rename kufree to kumm_free for consistency with other naming
This commit is contained in:
@@ -250,7 +250,7 @@ errout_with_stack:
|
||||
#ifndef CONFIG_CUSTOM_STACK
|
||||
tcb->cmn.stack_alloc_ptr = NULL;
|
||||
sched_releasetcb(&tcb->cmn, TCB_FLAG_TTYPE_TASK);
|
||||
kufree(stack);
|
||||
kumm_free(stack);
|
||||
#else
|
||||
sched_releasetcb(&tcb->cmn, TCB_FLAG_TTYPE_TASK);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user