mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
*** empty log message ***
This commit is contained in:
parent
73c6fbff7e
commit
38e458b86d
2 changed files with 5 additions and 1 deletions
|
@ -533,6 +533,7 @@ int do_COM_invoke(IDispatch *i_dispatch, pval *function_name, VARIANTARG *var_re
|
|||
|
||||
for (current_arg=0; current_arg<arg_count; current_arg++) {
|
||||
current_variant = arg_count - current_arg - 1;
|
||||
zval_dtor(arguments[current_arg]);
|
||||
php_variant_to_pval(&variant_args[current_variant], arguments[current_arg], 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue