ICU-8005 uninitialized field fLastChar (from valgrind)
X-SVN-Rev: 28758
This commit is contained in:
parent
f9339035e4
commit
f68de91610
@ -58,6 +58,7 @@ RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
|
||||
|
||||
fRXPat = rxp;
|
||||
fScanIndex = 0;
|
||||
fLastChar = -1;
|
||||
fPeekChar = -1;
|
||||
fLineNum = 1;
|
||||
fCharNum = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user