mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2729 close a file after you use it
X-SVN-Rev: 12491
This commit is contained in:
parent
86e43b0a97
commit
5ef2df4a28
1 changed files with 1 additions and 0 deletions
|
@ -1068,6 +1068,7 @@ void MultithreadTest::TestCollators()
|
|||
u_memcpy(lines[lineNum].buff, bufferU, buflen);
|
||||
lineNum++;
|
||||
}
|
||||
fclose(testFile);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue