mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-11 08:01:32 +00:00
ICU-2412 initialized storage to keep purify happy
X-SVN-Rev: 11636
This commit is contained in:
parent
841771c66d
commit
e0b0221b7f
1 changed files with 1 additions and 0 deletions
|
@ -1002,6 +1002,7 @@ void MultithreadTest::TestCollators()
|
|||
}
|
||||
|
||||
Line *lines = new Line[65000];
|
||||
uprv_memset(lines, 0, sizeof(Line)*65000);
|
||||
int32_t lineNum = 0;
|
||||
|
||||
UChar bufferU[1024];
|
||||
|
|
Loading…
Add table
Reference in a new issue