diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-11-16 19:42:20 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2020-11-16 19:42:20 -0500 |
| commit | d512738958a044b369ee7494e4ce86f8852d5674 (patch) | |
| tree | 7e3254a7c14285f0866e379b84d8068d11c50fb2 /ui/linearview.h | |
| parent | 70002948c127d41f456a1ebac7a9d5020eb1735f (diff) | |
Fix crash when navigating around in linear view
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 2 |
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: |
