Search found 1 match
- Wed Feb 14, 2018 10:59 am
- Forum: Report Bugs
- Topic: NVS Blob operations leaking memory
- Replies: 2
- Views: 6455
NVS Blob operations leaking memory
After spending some time looking for a slow, but persistent memory leakage problem in our code, I found that nvs_set_blob allocates some overhead memory that is not freed on nvs_erase_key, nor on nvs_erase_all nor on handle close. Other nvs_setXXX functions also allocate this memory, but erasing the...