Skip to content

Commit 7e513a5

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata()
2 parents 49e3956 + ad129c6 commit 7e513a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/streams/userspace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,6 @@ static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, i
12441244
break;
12451245
default:
12461246
php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option);
1247-
zval_ptr_dtor(&args[2]);
12481247
return ret;
12491248
}
12501249

0 commit comments

Comments
 (0)