Skip to content

Commit 93438ca

Browse files
committed
Fix leaking a BinaryView when loading a sibling DWARF file
1 parent 50b1456 commit 93438ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dwarf/dwarf_import/src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,6 @@ pub(crate) fn load_sibling_debug_file(view: &BinaryView) -> (Option<Ref<BinaryVi
657657

658658
(
659659
binaryninja::load_with_options(debug_file, false, Some(load_settings)),
660-
false,
660+
true,
661661
)
662662
}

0 commit comments

Comments
 (0)