fix(heap): fix warnings found by GNU static analyzer

This commit is contained in:
Alexey Lapshin
2024-06-06 15:18:04 +07:00
committed by BOT
parent 6c4dac64a7
commit a8ed9e4ce8

View File

@@ -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++;