We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3a70ea + d70568e commit 63c3394Copy full SHA for 63c3394
1 file changed
ext/intl/uchar/uchar.cpp
@@ -527,8 +527,8 @@ IC_METHOD(getFC_NFKC_Closure) {
527
528
error = U_ZERO_ERROR;
529
u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error);
530
- INTL_CHECK_STATUS(error, "Failed converting output to UTF8");
531
efree(closure);
+ INTL_CHECK_STATUS(error, "Failed converting output to UTF8");
532
RETVAL_NEW_STR(u8str);
533
}
534
/* }}} */
0 commit comments