Fix asan runtime error in texthandler
This commit is contained in:
committed by
Carl Schwan
parent
6f90d33f3a
commit
fabd3da5a7
@@ -125,7 +125,7 @@ private:
|
|||||||
|
|
||||||
QString m_dataBuffer;
|
QString m_dataBuffer;
|
||||||
int m_pos;
|
int m_pos;
|
||||||
Type m_nextTokenType;
|
Type m_nextTokenType = Text;
|
||||||
QString m_nextToken;
|
QString m_nextToken;
|
||||||
|
|
||||||
void next();
|
void next();
|
||||||
|
|||||||
Reference in New Issue
Block a user