mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 19:38:39 +08:00
3b151ae44b
Fix incorrect memory management for asynchronous process callbacks. Ensure callback memory is self-managed to prevent leaks or use-after-free issues. Signed-off-by: makejian <makejian@xiaomi.com>