1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix merge issue

This commit is contained in:
Niels Dossche
2025-10-20 22:35:47 +02:00
parent 90eabf57ab
commit fba06d836a

View File

@@ -1504,7 +1504,6 @@ static zend_result phar_call_openssl_signverify(bool is_sign, php_stream *fp, ze
zval_ptr_dtor(&retval);
ZEND_FALLTHROUGH;
case IS_FALSE:
default:
zval_ptr_dtor(&zp[1]);
return FAILURE;
}