mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +08:00
Rename kufree to kumm_free for consistency with other naming
This commit is contained in:
@@ -220,7 +220,7 @@ void nxflat_addrenv_free(FAR struct nxflat_loadinfo_s *loadinfo)
|
||||
|
||||
if (dspace->region)
|
||||
{
|
||||
kufree(dspace->region);
|
||||
kumm_free(dspace->region);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user