Skip to content

Commit 6e8575c

Browse files
committed
Fix
1 parent 6499672 commit 6e8575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ zend_object_handlers* phongo_get_std_object_handlers(void);
7777
#define PHONGO_GET_PROPERTY_HASH_FREE_PROPS(is_temp, props) \
7878
do { \
7979
if (is_temp) { \
80-
zend_hash_destroy((props)); \
80+
zend_hash_release((props)); \
8181
} \
8282
} while (0)
8383

0 commit comments

Comments
 (0)