Rename kfree to kmm_free for consistency with other naming conventions

This commit is contained in:
Gregory Nutt
2014-08-31 17:04:02 -06:00
parent 204e5b1162
commit 54fa3b0b59
137 changed files with 646 additions and 641 deletions

View File

@@ -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;
}