summaryrefslogtreecommitdiff
path: root/ext/fileinfo/fileinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fileinfo/fileinfo.c')
-rw-r--r--ext/fileinfo/fileinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c
index 1ce3fbdd49..5e9381d959 100644
--- a/ext/fileinfo/fileinfo.c
+++ b/ext/fileinfo/fileinfo.c
@@ -89,6 +89,7 @@ static void finfo_objects_dtor(void *object, zend_object_handle handle TSRMLS_DC
efree(intern->ptr);
}
+ zend_object_std_dtor(&intern->zo TSRMLS_CC);
efree(intern);
}
/* }}} */