1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
This commit is contained in:
Shane Caraveo
2003-04-15 04:01:48 +00:00
parent fb9e0bb965
commit 5c19a5499b

View File

@@ -603,6 +603,7 @@ static void overload_call_method(INTERNAL_FUNCTION_PARAMETERS, zend_property_ref
}
return_value->value = retval->value;
return_value->type = retval->type;
zval_copy_ctor(return_value);
zval_ptr_dtor(&retval);
}