Skip to content

Commit 0082d62

Browse files
committed
Fixed not constructing a member variable
1 parent 5cdf952 commit 0082d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/file/macho/machoFile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ void machoFile_create(struct machoFile* self) {
6868
self->dSYMFile.file = NULL;
6969

7070
vector_pairFuncFile_create(&self->functions);
71+
vector_uint64_create(&self->functionStarts);
7172
}
7273

7374
/**

0 commit comments

Comments
 (0)