Skip to content

Commit e665732

Browse files
committed
Test
1 parent 71b14f3 commit e665732

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/zend_objects_API.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,12 @@ ZEND_API void ZEND_FASTCALL zend_objects_store_free_object_storage(zend_objects_
113113
//zend_mm_validate(zend_mm_get_heap());
114114
//puts("Post flags OK\n");
115115

116-
if (obj->handlers->free_obj != zend_object_std_dtor) {
117116
GC_ADDREF(obj);
118117

119118
//zend_mm_validate(zend_mm_get_heap());
120119
//puts("Pre validation OK\n");
121120

122121
obj->handlers->free_obj(obj);
123-
} else {
124-
printf("Skipping free on %p during free_object_storage\n", obj);
125-
}
126122

127123
//zend_mm_validate(zend_mm_get_heap());
128124
//puts("Post validation OK\n");

0 commit comments

Comments
 (0)