From d512738958a044b369ee7494e4ce86f8852d5674 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 16 Nov 2020 19:42:20 -0500 Subject: Fix crash when navigating around in linear view --- ui/linearview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.3.1