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);