diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-07-20 17:01:42 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-07-20 17:01:42 +0800 |
commit | cbbe17fb53886c97f04410cfd7a24e4d4fc9e92a (patch) | |
tree | 076f437ed076aefe223ce831212cd351e2f29a78 /Zend/zend_vm_def.h | |
parent | 97c0b133c560e81bafbedaa321216b8862e1bdfc (diff) | |
download | php-git-cbbe17fb53886c97f04410cfd7a24e4d4fc9e92a.tar.gz |
Fixed typo
Diffstat (limited to 'Zend/zend_vm_def.h')
-rw-r--r-- | Zend/zend_vm_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index 3938445321..e4fd8e8e28 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -4193,6 +4193,7 @@ ZEND_VM_HANDLER(107, ZEND_CATCH, CONST, CV) if (UNEXPECTED(Z_ISREF_P(ex))) { ex = Z_REFVAL_P(ex); } + zval_ptr_dtor(ex); ZVAL_OBJ(ex, EG(exception)); if (UNEXPECTED(EG(exception) != exception)) { GC_REFCOUNT(EG(exception))++; |