diff options
Diffstat (limited to 'ext/spl/spl_array.c')
-rw-r--r-- | ext/spl/spl_array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 82f166fe6d..c6634ecf8a 100644 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -170,6 +170,7 @@ static void spl_array_object_free_storage(zend_object *object TSRMLS_DC) efree(intern->debug_info); } + GC_REMOVE_FROM_BUFFER(object); efree(intern); } /* }}} */ |