Fix asan runtime error in texthandler
(cherry picked from commit fabd3da5a7)
This commit is contained in:
@@ -111,7 +111,7 @@ private:
|
||||
|
||||
QString m_dataBuffer;
|
||||
int m_pos;
|
||||
Type m_nextTokenType;
|
||||
Type m_nextTokenType = Text;
|
||||
QString m_nextToken;
|
||||
|
||||
void next();
|
||||
|
||||
Reference in New Issue
Block a user