ICU-2412 initialized storage to keep purify happy

X-SVN-Rev: 11636
This commit is contained in:
Vladimir Weinstein 2003-04-23 17:15:43 +00:00
parent 841771c66d
commit e0b0221b7f

View file

@ -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];