esp-idf/components/freertos
Sudeep Mohanty a6a5ca31cc fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps()
vTaskDeleteWithCaps() leaked memory when a task uses the API to delete
itself. This commit adds a fix to avoid the memory leak.

Closes https://github.com/espressif/esp-idf/issues/14222
2024-09-10 14:48:30 +08:00
..
esp_additions fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-09-10 14:48:30 +08:00
FreeRTOS-Kernel fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-09-10 14:48:30 +08:00
FreeRTOS-Kernel-SMP fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-26 15:55:49 +02:00
test_apps fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-09-10 14:48:30 +08:00
app_startup.c pytest: Expect "Calling app_main()" to indicate start of application 2022-12-09 19:40:40 +08:00
CMakeLists.txt freertos: Add wrapper functions to create objects with capabilities 2023-04-24 11:44:46 +08:00
FreeRTOS-openocd.c freertos: Add linker fragments for common functions 2023-02-01 15:09:46 +08:00
heap_idf.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
Kconfig Kconfig: add more help info for pm related options help 2023-05-19 13:51:29 +08:00
linker_common.lf freertos: Add wrapper functions to create objects with capabilities 2023-04-24 11:44:46 +08:00
linker_smp.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
linker.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00