mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
drivers/mtd: destroy nxmutex properly
This commit is contained in:
@@ -1109,6 +1109,7 @@ fail_with_rpmsg:
|
|||||||
|
|
||||||
fail:
|
fail:
|
||||||
nxsem_destroy(&dev->wait);
|
nxsem_destroy(&dev->wait);
|
||||||
|
nxmutex_destroy(&dev->geolock);
|
||||||
kmm_free(dev);
|
kmm_free(dev);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user