Skip to content

Commit 2164598

Browse files
Delete the ChipLock mutex as well in the shutdown.
1 parent ed6281c commit 2164598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/platform/internal/GenericPlatformManagerImpl_FreeRTOS.ipp

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ void GenericPlatformManagerImpl_FreeRTOS<ImplClass>::_Shutdown(void)
422422
mBackgroundEventQueue = NULL;
423423
}
424424
#endif
425+
vSemaphoreDelete(mChipStackLock) mChipStackLock = NULL;
425426
GenericPlatformManagerImpl<ImplClass>::_Shutdown();
426427
}
427428

0 commit comments

Comments
 (0)