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