mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-23 14:39:50 +03:00
Guess so.
This commit is contained in:
parent
fb126af7a6
commit
d5449d5760
|
@ -36,7 +36,6 @@ ReleaseExportedSchema(struct ArrowSchema *array) {
|
||||||
child->release(child);
|
child->release(child);
|
||||||
child->release = NULL;
|
child->release = NULL;
|
||||||
}
|
}
|
||||||
// UNDONE -- should I be releasing the children?
|
|
||||||
free(array->children[i]);
|
free(array->children[i]);
|
||||||
}
|
}
|
||||||
if (array->children) {
|
if (array->children) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user