Skip to content

Commit 17434b9

Browse files
committed
Fix
1 parent 78cb221 commit 17434b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php_phongo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ zend_object_handlers* phongo_get_std_object_handlers(void);
7171
if (!(intern)->php_properties) { \
7272
ALLOC_HASHTABLE((intern)->php_properties); \
7373
zend_hash_init((intern)->php_properties, 0, NULL, ZVAL_PTR_DTOR, 0); \
74-
GC_ADDREF((intern)->php_properties); \
7574
} \
7675
if (is_temp) { \
7776
(props) = zend_array_dup((intern)->php_properties); \

0 commit comments

Comments
 (0)