mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(heap): fix warnings found by GNU static analyzer
This commit is contained in:
parent
505647292d
commit
fcd2aee74d
@ -101,6 +101,7 @@ void heap_caps_init(void)
|
||||
const soc_memory_type_desc_t *type = &soc_memory_types[region->type];
|
||||
heap_t *heap = &temp_heaps[heap_idx];
|
||||
if (region->type == -1) {
|
||||
memset(heap, 0, sizeof(*heap));
|
||||
continue;
|
||||
}
|
||||
heap_idx++;
|
||||
|
Loading…
Reference in New Issue
Block a user