CV-Bowen opened a new pull request #1113: URL: https://github.com/apache/incubator-nuttx-apps/pull/1113
## Summary Repair the memory leak question when realloc failed. realloc return NULL if failed, so we have to use a local variable to store the return value to avoid the missing of old memory pointer. ## Testing mm test pass, no memory leak. -- 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