mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2729 Fix a memory leak
X-SVN-Rev: 11618
This commit is contained in:
parent
9bb3d4a7a6
commit
bd5e5cc715
1 changed files with 1 additions and 1 deletions
|
@ -594,8 +594,8 @@ void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* test
|
|||
if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_CODEPOINT_FOUND_ERROR){
|
||||
errln( "Did not get the expected error for %s with source length and options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
|
||||
}
|
||||
uprv_free(tSrc);
|
||||
}
|
||||
uprv_free(tSrc);
|
||||
}
|
||||
|
||||
void TestIDNA::testCompare(const UChar* s1, int32_t s1Len,
|
||||
|
|
Loading…
Add table
Reference in a new issue