Skip to content

Commit d5449d5

Browse files
committed
Guess so.
1 parent fb126af commit d5449d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libImaging/Arrow.c

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ ReleaseExportedSchema(struct ArrowSchema *array) {
3636
child->release(child);
3737
child->release = NULL;
3838
}
39-
// UNDONE -- should I be releasing the children?
4039
free(array->children[i]);
4140
}
4241
if (array->children) {

0 commit comments

Comments
 (0)