This commit is contained in:
wiredfool 2025-05-28 08:22:08 +10:00 committed by GitHub
commit 3206c82809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,9 +127,7 @@ static void
release_const_array(struct ArrowArray *array) {
Imaging im = (Imaging)array->private_data;
if (array->n_children == 0) {
ImagingDelete(im);
}
ImagingDelete(im);
// Free the buffers and the buffers array
if (array->buffers) {