From 8abd80a0764f763fb8a4b01f892c1b50059a76ef Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sun, 31 Jul 2022 17:32:26 -0400 Subject: [PATCH] Initialize variable --- src/EscapeSequenceUrlExtractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EscapeSequenceUrlExtractor.h b/src/EscapeSequenceUrlExtractor.h index 34061571..c42a280d 100644 --- a/src/EscapeSequenceUrlExtractor.h +++ b/src/EscapeSequenceUrlExtractor.h @@ -64,7 +64,7 @@ private: QStringList _allowedUriSchemas; /* Pointer to the Screen, that actually holds the text data. */ - Screen *_screen; + Screen *_screen = nullptr; void appendUrlText_impl(QChar c);