ICU-2729 Fix a memory allocation/free mismatch

X-SVN-Rev: 11993
This commit is contained in:
George Rhoten 2003-05-17 09:55:03 +00:00
parent 5c91b93880
commit 1959ee1795

View File

@ -1164,7 +1164,7 @@ main(int argc, char* argv[])
CalendarTimeZoneTest::cleanup();
#endif
delete[] _testDataPath;
free(_testDataPath);
_testDataPath = 0;
fprintf(stdout, "\n--------------------------------------\n");