Fix asan runtime error in texthandler

This commit is contained in:
Tobias Fella
2023-05-15 21:01:38 +02:00
committed by Carl Schwan
parent 6f90d33f3a
commit fabd3da5a7

View File

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