mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 14:34:31 +00:00

don't check for heaps_array != NULL in the loop. The check is done after the loop since it is allowed for the allocation to fail until finding aa ssuitable heap.