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


##########
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:
   Is that for FLAT build only? I mean when we have single libc for kernel and 
apps?



-- 
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