GUIDINGLI commented on PR #16768: URL: https://github.com/apache/nuttx/pull/16768#issuecomment-3116325268
@royfengsss kernel code, like net driver fs ... strdup -> nx_strdup -> kmm_malloc lib_free -> kmm_free app code, like stdlib... strdup -> malloc free -> free Could this can resolve your issue: https://github.com/apache/nuttx/issues/9599 ? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org