mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
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>