mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 21:37:16 +00:00

nvs: fix memory leaks in HashList and nvs_close Fixes TW8162. Associated test case is run under Instruments on macOS, until I set up valgrind to test this automatically on Linux. See merge request !150