mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
490df3a348
Remove the use of SLIST_REMOVE in map_find_and_remove to prevent the hashmap list to be traversed twice in the function. Closes https://github.com/espressif/esp-idf/issues/12820