summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r--Zend/zend_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c
index 99bf710936..028f0b7cdf 100644
--- a/Zend/zend_variables.c
+++ b/Zend/zend_variables.c
@@ -177,7 +177,7 @@ ZEND_API void _zval_dtor_wrapper(zval *zvalue)
ZEND_API void _zval_ptr_dtor_wrapper(zval **zval_ptr)
{
- return zval_ptr_dtor(zval_ptr);
+ zval_ptr_dtor(zval_ptr);
}
#endif