From 26eebf712fb54c3fa41778410547a0992702f2cf Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Tue, 15 Jul 2025 20:14:30 -0700 Subject: Miscellaneous leak fixes in MachoView and ObjCProcessor --- view/macho/machoview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/macho/machoview.h') diff --git a/view/macho/machoview.h b/view/macho/machoview.h index c05d03a8..d9c02b08 100644 --- a/view/macho/machoview.h +++ b/view/macho/machoview.h @@ -1413,7 +1413,7 @@ namespace BinaryNinja linkedit_data_command chainedFixups {}; section_64 chainStarts {}; - DataBuffer* stringList; + DataBuffer stringList; size_t stringListSize = 0; uint64_t relocationBase = 0; -- cgit v1.3.1