mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[coverity] Uninitialized pointer field : textview_curses.hh
This commit is contained in:
parent
245a3c3d1b
commit
4e9f6f9b2a
@ -387,6 +387,7 @@ public:
|
||||
struct highlighter {
|
||||
highlighter()
|
||||
: h_code(NULL),
|
||||
h_code_extra(NULL),
|
||||
h_multiple(false) { };
|
||||
highlighter(pcre *code,
|
||||
bool multiple = false,
|
||||
|
Loading…
Reference in New Issue
Block a user