mirror of
https://github.com/espressif/esp-idf
synced 2025-04-13 02:00:09 -04:00
1. enable will malloc, but disable don't free resolving list, so fix it 2. In disable procedure, it will alloc alarm to hash_map, and all the alarm hash_map will be free in deinit. So this need not be fixed currently.