mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-8005 uninitialized field fLastChar (from valgrind)
X-SVN-Rev: 28758
This commit is contained in:
parent
f9339035e4
commit
f68de91610
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) :
|
|||
|
||||
fRXPat = rxp;
|
||||
fScanIndex = 0;
|
||||
fLastChar = -1;
|
||||
fPeekChar = -1;
|
||||
fLineNum = 1;
|
||||
fCharNum = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue