initialize sections in openSelfDebugInfoWindows

This commit is contained in:
emekoi
2019-06-28 18:22:02 -05:00
parent fbb0c8d639
commit b780dee3e8
2 changed files with 1 additions and 2 deletions

View File

@@ -805,7 +805,7 @@ fn openSelfDebugInfoWindows(allocator: *mem.Allocator) !DebugInfo {
.allocator = allocator,
.coff_header = undefined,
.pe_header = undefined,
.sections = undefined,
.sections = ArrayList(coff.Section).init(allocator),
.guid = undefined,
.age = undefined,
};