summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2020-11-16 19:42:20 -0500
committerJosh Ferrell <josh@vector35.com>2020-11-16 19:42:20 -0500
commitd512738958a044b369ee7494e4ce86f8852d5674 (patch)
tree7e3254a7c14285f0866e379b84d8068d11c50fb2 /ui/linearview.h
parent70002948c127d41f456a1ebac7a9d5020eb1735f (diff)
Fix crash when navigating around in linear view
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 50a677fd..a8a85663 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -59,7 +59,7 @@ class BINARYNINJAUIAPI LinearViewHistoryEntry: public HistoryEntry
uint64_t m_cursorAddr;
PlatformRef m_platform;
uint64_t m_func;
- bool m_inFunc;
+ bool m_inFunc = false;
HighlightTokenState m_highlight;
public: