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
acbd160cd0
commit
d0929d3f0a
@ -93,6 +93,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