ICU-8005 uninitialized field fLastChar (from valgrind)

X-SVN-Rev: 28758
This commit is contained in:
Andy Heninger 2010-10-04 23:02:29 +00:00
parent f9339035e4
commit f68de91610

View File

@ -58,6 +58,7 @@ RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
fRXPat = rxp;
fScanIndex = 0;
fLastChar = -1;
fPeekChar = -1;
fLineNum = 1;
fCharNum = 0;