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 110c9ac commit 71b14f3Copy full SHA for 71b14f3
Zend/zend_objects_API.c
@@ -120,6 +120,8 @@ ZEND_API void ZEND_FASTCALL zend_objects_store_free_object_storage(zend_objects_
120
//puts("Pre validation OK\n");
121
122
obj->handlers->free_obj(obj);
123
+ } else {
124
+ printf("Skipping free on %p during free_object_storage\n", obj);
125
}
126
127
//zend_mm_validate(zend_mm_get_heap());
0 commit comments