Skip to content

Commit

Permalink
Merge pull request #6976 from radarhere/memoryview
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 2, 2023
2 parents 396dd82 + 9c98f4d commit 6ca7bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ _decode(ImagingDecoderObject *decoder, PyObject *args) {
ImagingSectionLeave(&cookie);
}

PyBuffer_Release(&buffer);
return Py_BuildValue("ii", status, decoder->state.errcode);
}

Expand Down

0 comments on commit 6ca7bcc

Please sign in to comment.