mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 10:03:38 +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>