mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix merge issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user