Skip to content

Commit 74b722f

Browse files
author
Andi Gutmans
committed
- This part of the patch was right
1 parent 2a6da0f commit 74b722f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Zend/zend_objects_API.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
#include "zend.h"
2626

2727
typedef void (*zend_objects_store_dtor_t)(void *object, zend_object_handle handle TSRMLS_DC);
28-
typedef void (*zend_objects_free_object_storage_t)(zend_object *object TSRMLS_DC);
29-
28+
typedef void (*zend_objects_free_object_storage_t)(void *object TSRMLS_DC);
3029
typedef void (*zend_objects_store_clone_t)(void *object, void **object_clone TSRMLS_DC);
3130

3231
typedef struct _zend_object_store_bucket {

0 commit comments

Comments
 (0)