summaryrefslogtreecommitdiff
path: root/view/macho/machoview.h
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-07-15 20:14:30 -0700
committerMark Rowe <mark@vector35.com>2025-07-16 15:05:25 -0700
commit26eebf712fb54c3fa41778410547a0992702f2cf (patch)
tree6f217cda9dae0137eee06e780ef46b9e79ff32e8 /view/macho/machoview.h
parent12486a2472aef8a60c5fce5b62bc516120075c36 (diff)
Miscellaneous leak fixes in MachoView and ObjCProcessor
Diffstat (limited to 'view/macho/machoview.h')
-rw-r--r--view/macho/machoview.h2
1 files changed, 1 insertions, 1 deletions
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;