ICU-8718 Fix memory leak in Test9087

X-SVN-Rev: 31411
This commit is contained in:
Michael Ow 2012-02-17 17:12:43 +00:00
parent beea84de3c
commit 6098f00b1f

View File

@ -6567,7 +6567,8 @@ NumberFormatTest::Test9087(void)
if ( u_strcmp(infstr, outputbuf)) {
errln((UnicodeString)"FAIL: unexpected result for infinity - expected " + infstr + " got " + outputbuf);
};
}
unum_close(fmt);
}
#endif /* #if !UCONFIG_NO_FORMATTING */