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;
|
||||
int m_pos;
|
||||
Type m_nextTokenType;
|
||||
Type m_nextTokenType = Text;
|
||||
QString m_nextToken;
|
||||
|
||||
void next();
|
||||
|
||||
Reference in New Issue
Block a user