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 9204bb3 commit 5b8fac8Copy full SHA for 5b8fac8
msgpack_class.c
@@ -511,7 +511,7 @@ void msgpack_init_class() /* {{{ */ {
511
msgpack_unpacker_ce->create_object = php_msgpack_unpacker_new;
512
memcpy(&msgpack_unpacker_handlers, zend_get_std_object_handlers(),sizeof msgpack_unpacker_handlers);
513
msgpack_unpacker_handlers.offset = XtOffsetOf(php_msgpack_unpacker_t, object);
514
- msgpack_handlers.free_obj = php_msgpack_base_free;
+ msgpack_handlers.free_obj = php_msgpack_unpacker_free;
515
516
}
517
/* }}} */
0 commit comments