Guess so.

This commit is contained in:
Eric Soroos 2025-05-15 21:11:31 +02:00
parent fb126af7a6
commit d5449d5760

View File

@ -36,7 +36,6 @@ ReleaseExportedSchema(struct ArrowSchema *array) {
child->release(child);
child->release = NULL;
}
// UNDONE -- should I be releasing the children?
free(array->children[i]);
}
if (array->children) {