ICU-2729 Fix a memory allocation/free mismatch
X-SVN-Rev: 11993
This commit is contained in:
parent
5c91b93880
commit
1959ee1795
@ -1164,7 +1164,7 @@ main(int argc, char* argv[])
|
||||
CalendarTimeZoneTest::cleanup();
|
||||
#endif
|
||||
|
||||
delete[] _testDataPath;
|
||||
free(_testDataPath);
|
||||
_testDataPath = 0;
|
||||
|
||||
fprintf(stdout, "\n--------------------------------------\n");
|
||||
|
Loading…
Reference in New Issue
Block a user