mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-01 19:35:56 +00:00

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