Posix: Free the allocated memory after deleting a task or ending the scheduler by RedaMaher · Pull Request #181 · FreeRTOS/FreeRTOS-Kernel
Description In Posix Simulator on Linux, the memory allocated by idle and first task is not freed properly after ending the scheduler. Also the memory allocated for the condition variable is not f...