mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename kufree to kumm_free for consistency with other naming
This commit is contained in:
@@ -195,7 +195,7 @@ int unload_module(FAR struct binary_s *binp)
|
||||
if (binp->alloc[i])
|
||||
{
|
||||
bvdbg("Freeing alloc[%d]: %p\n", i, binp->alloc[i]);
|
||||
kufree((FAR void *)binp->alloc[i]);
|
||||
kumm_free((FAR void *)binp->alloc[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user