mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
eea0f45e04
The callback parameters are currently passed in by the upper layer, so the release process in close should not be performed here. This prevents double-free issues and ensures proper resource management. Signed-off-by: makejian <makejian@xiaomi.com>