mirror of
https://github.com/espressif/esp-idf
synced 2025-03-18 05:29:10 -04:00
When a handler instance is the last one in the list und unregisters itself, the handler iterator will be invalidated by entering free'd memory. Same applies for event base and id, if they become empty. Merges https://github.com/espressif/esp-idf/pull/4139