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
+1 -1
View File
@@ -109,7 +109,7 @@ int putenv(FAR const char *string)
ret = setenv(pname, pequal+1, TRUE);
}
kfree(pname);
kmm_free(pname);
return ret;
errout: