mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
@@ -109,7 +109,7 @@ int putenv(FAR const char *string)
|
||||
ret = setenv(pname, pequal+1, TRUE);
|
||||
}
|
||||
|
||||
kfree(pname);
|
||||
kmm_free(pname);
|
||||
return ret;
|
||||
|
||||
errout:
|
||||
|
||||
Reference in New Issue
Block a user