gustavonihei commented on code in PR #8974:
URL: https://github.com/apache/nuttx/pull/8974#discussion_r1159951906


##########
fs/vfs/fs_rename.c:
##########
@@ -244,7 +244,7 @@ static int pseudorename(FAR const char *oldpath, FAR struct 
inode *oldinode,
   RELEASE_SEARCH(&newdesc);
   if (subdir != NULL)
     {
-      kmm_free(subdir);
+      lib_free(subdir);

Review Comment:
   @xiaoxiang781216 @pkarashchenko Just for reference purposes, this is the PR 
that enables the separation of Kernel and Userspace heaps under Flat mode: 
https://github.com/apache/nuttx/pull/8140



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to