diff options
Diffstat (limited to 'ext/spl/spl_directory.c')
| -rw-r--r-- | ext/spl/spl_directory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index b86994c7d2..86d745463f 100644 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -127,6 +127,7 @@ static void spl_filesystem_object_free_storage(zend_object *object TSRMLS_DC) /* //????zend_iterator_dtor(&intern->it->intern); } + GC_REMOVE_FROM_BUFFER(object); efree(intern); } /* }}} */ |
