From b7938ab1bd765897bd6f08a48a8aea494a961ea9 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 19 Mar 2014 17:00:28 +0400 Subject: Refactored GC (incomplete) --- ext/spl/spl_fixedarray.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/spl/spl_fixedarray.c') diff --git a/ext/spl/spl_fixedarray.c b/ext/spl/spl_fixedarray.c index 0a8b8502fd..784d1db968 100644 --- a/ext/spl/spl_fixedarray.c +++ b/ext/spl/spl_fixedarray.c @@ -210,6 +210,7 @@ static void spl_fixedarray_object_free_storage(zend_object *object TSRMLS_DC) /* zend_object_std_dtor(&intern->std TSRMLS_CC); zval_ptr_dtor(&intern->retval); + GC_REMOVE_FROM_BUFFER(object); efree(intern); } /* }}} */ -- cgit v1.2.1