Fix asan runtime error in texthandler

(cherry picked from commit fabd3da5a7)
This commit is contained in:
Tobias Fella
2023-05-15 21:01:38 +02:00
parent 095c1fa4c3
commit ec76df5e47

View File

@@ -111,7 +111,7 @@ private:
QString m_dataBuffer;
int m_pos;
Type m_nextTokenType;
Type m_nextTokenType = Text;
QString m_nextToken;
void next();