mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 10:16:49 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
@@ -194,7 +194,7 @@ static int cpuload_close(FAR struct file *filep)
|
||||
|
||||
/* Release the file attributes structure */
|
||||
|
||||
kfree(attr);
|
||||
kmm_free(attr);
|
||||
filep->f_priv = NULL;
|
||||
return OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user