mirror of
https://github.com/apache/nuttx.git
synced 2025-05-08 22:32:04 +08:00

Fix a memory corruption & deadlocks while calling gran_free. The function expects a GRAN_HANDLE as a paramter, not a pointer to it. Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>