mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Remove invalid free
The initialization of buffer has been moved further down in 7.3, so this free is no longer legal.
This commit is contained in:
@@ -144,7 +144,6 @@ static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS,
|
||||
|
||||
uts46 = uidna_openUTS46(option, &status);
|
||||
if (php_intl_idn_check_status(status, "failed to open UIDNA instance") == FAILURE) {
|
||||
zend_string_efree(buffer);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user