SYSLINK: ipc - cleanup for platform_mem
sysmgr_destroy was not cleaning up platform_mem. As a result, memory allocated
by platform_mem_setup was not freed by platform_mem_destroy. This has been
fixed. Also, platform_mem_destroy was incorrectly freeing the allocated gate
handle. It now frees it correctly.
Signed-off-by: Simon Que <sque@ti.com>
Showing
drivers/dsp/syslink/multicore_ipc/platform_mem.c
100755 → 100644
drivers/dsp/syslink/multicore_ipc/sysmgr.c
100755 → 100644
Please register or sign in to comment