mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
fee → free
This commit is contained in:
parent
8c69132579
commit
e6da335206
|
@ -268,7 +268,7 @@ ImagingJpegDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
|
||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
|
|
||||||
int ImagingJpegDecodeCleanup(ImagingCodecState state){
|
int ImagingJpegDecodeCleanup(ImagingCodecState state){
|
||||||
/* called to fee the decompression engine when the decode terminates
|
/* called to free the decompression engine when the decode terminates
|
||||||
due to a corrupt or truncated image
|
due to a corrupt or truncated image
|
||||||
*/
|
*/
|
||||||
JPEGSTATE* context = (JPEGSTATE*) state->context;
|
JPEGSTATE* context = (JPEGSTATE*) state->context;
|
||||||
|
|
|
@ -281,7 +281,7 @@ ImagingZipDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
|
||||||
|
|
||||||
|
|
||||||
int ImagingZipDecodeCleanup(ImagingCodecState state){
|
int ImagingZipDecodeCleanup(ImagingCodecState state){
|
||||||
/* called to fee the decompression engine when the decode terminates
|
/* called to free the decompression engine when the decode terminates
|
||||||
due to a corrupt or truncated image
|
due to a corrupt or truncated image
|
||||||
*/
|
*/
|
||||||
ZIPSTATE* context = (ZIPSTATE*) state->context;
|
ZIPSTATE* context = (ZIPSTATE*) state->context;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user