We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d8cb11 + 63c3394 commit e9e2418Copy full SHA for e9e2418
1 file changed
ext/intl/uchar/uchar.cpp
@@ -541,8 +541,8 @@ IC_METHOD(getFC_NFKC_Closure) {
541
542
error = U_ZERO_ERROR;
543
u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error);
544
- INTL_CHECK_STATUS(error, "Failed converting output to UTF8");
545
efree(closure);
+ INTL_CHECK_STATUS(error, "Failed converting output to UTF8");
546
RETVAL_NEW_STR(u8str);
547
}
548
/* }}} */
0 commit comments