diff options
Diffstat (limited to 'libdw/libdw_findcu.c')
| -rw-r--r-- | libdw/libdw_findcu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdw/libdw_findcu.c b/libdw/libdw_findcu.c index d6975f34..d22ddae7 100644 --- a/libdw/libdw_findcu.c +++ b/libdw/libdw_findcu.c @@ -114,6 +114,7 @@ __libdw_intern_next_unit (Dwarf *dbg, bool debug_types) newp->subdie_offset = subdie_offset; Dwarf_Abbrev_Hash_init (&newp->abbrev_hash, 41); newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset; + newp->files = NULL; newp->lines = NULL; newp->locs = NULL; newp->split = (Dwarf_CU *) -1; |
