We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb126af commit d5449d5Copy full SHA for d5449d5
src/libImaging/Arrow.c
@@ -36,7 +36,6 @@ ReleaseExportedSchema(struct ArrowSchema *array) {
36
child->release(child);
37
child->release = NULL;
38
}
39
- // UNDONE -- should I be releasing the children?
40
free(array->children[i]);
41
42
if (array->children) {
0 commit comments