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_heap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/spl/spl_heap.c') diff --git a/ext/spl/spl_heap.c b/ext/spl/spl_heap.c index 969fdba736..5358e3da9d 100644 --- a/ext/spl/spl_heap.c +++ b/ext/spl/spl_heap.c @@ -378,6 +378,7 @@ static void spl_heap_object_free_storage(zend_object *object TSRMLS_DC) /* {{{ * efree(intern->debug_info); } + GC_REMOVE_FROM_BUFFER(object); efree(intern); } /* }}} */ -- cgit v1.2.1