anchao commented on PR #12817:
URL: https://github.com/apache/nuttx/pull/12817#issuecomment-2264397298

   @yf13 Perhaps I didn't express clearly. What I mean is to replace the 
malloc/free with mm_free_delaylist:
   
   ```
   #ifdef CONFIG_BUILD_PROTECTED
             /* Trigger reclamation of delay list otherwise they will be
              * counted as used, which often confuses people like memory
              * leakages. see pull/12817 for more information.
              */
             
             mm_free_delaylist(entry->heap, ture);
   #endif
   ```


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