mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +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){
 | 
			
		||||
	/* 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
 | 
			
		||||
	*/
 | 
			
		||||
    JPEGSTATE* context = (JPEGSTATE*) state->context;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -281,7 +281,7 @@ ImagingZipDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
    */
 | 
			
		||||
    ZIPSTATE* context = (ZIPSTATE*) state->context;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user