ICU-5161 call fontInstance->deleteNameString instead of DELETE_ARRAY.

X-SVN-Rev: 19565
This commit is contained in:
Eric Mader 2006-04-19 18:38:46 +00:00
parent 90b87f3aa8
commit 8341bf4d87

View File

@ -378,7 +378,8 @@ static void checkFontVersion(PortableFontInstance *fontInstance, const char *tes
log_info("Your font's version string is \"%s\"\n", fontVersionString);
log_info("The expected version string is \"%s\"\n", testVersionString);
log_info("If you see errors, they may be due to the version of the font you're using.\n");
DELETE_ARRAY(fontVersionString);
fontInstance->deleteNameString(fontVersionString);
}
}