We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6499672 commit 6e8575cCopy full SHA for 6e8575c
php_phongo.h
@@ -77,7 +77,7 @@ zend_object_handlers* phongo_get_std_object_handlers(void);
77
#define PHONGO_GET_PROPERTY_HASH_FREE_PROPS(is_temp, props) \
78
do { \
79
if (is_temp) { \
80
- zend_hash_destroy((props)); \
+ zend_hash_release((props)); \
81
} \
82
} while (0)
83
0 commit comments