fsp icon indicating copy to clipboard operation
fsp copied to clipboard

Memory leak in Cellular_Cleanup

Open RELOC-DEV opened this issue 3 years ago • 0 comments

The Cellular_Init API creates a task that is never deleted by the Cellular_Cleanup.

The task creation is in the function Platform_CreateDetachedThread

file: \ra\fsp\src\rm_cellular_platform_aws\cellular_platform.c
line: 117

FSP 4.1.0

RELOC-DEV avatar Oct 25 '22 09:10 RELOC-DEV