Fix a small one-time memory leak.

This commit is contained in:
Olaf Seibert
2021-11-14 18:44:00 +01:00
parent 3342090916
commit e1962af99e

View File

@@ -769,6 +769,8 @@ void list_symbol_table(
for (i = 0; i < sector; i++) {
list_section(sections[i]);
}
free(symbols);
}
void list_section(