ICU-9581 Fix some memory leaks in cintltst and intltest

X-SVN-Rev: 32642
This commit is contained in:
Michael Ow 2012-10-16 16:01:17 +00:00
parent 5eb6e0c01c
commit baf198dec3
2 changed files with 2 additions and 0 deletions

View File

@ -714,6 +714,7 @@ static void TestGetSetDateAPI()
/*close caldef and datdef*/
ucal_close(caldef);
ucal_close(caldef2);
ucal_close(caldef3);
udat_close(datdef);
}

View File

@ -330,6 +330,7 @@ void LocaleDisplayNamesTest::TestUldnDisplayContext() {
", expected " + exp + ", got " + got );
}
}
uldn_close(uldn);
}
}
}