mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
@@ -257,7 +257,7 @@ errout_with_stack:
|
||||
goto errout;
|
||||
|
||||
errout_with_tcb:
|
||||
kfree(tcb);
|
||||
kmm_free(tcb);
|
||||
errout:
|
||||
set_errno(err);
|
||||
bdbg("returning errno: %d\n", err);
|
||||
|
||||
Reference in New Issue
Block a user