We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e321468 commit f9909c4Copy full SHA for f9909c4
SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m
@@ -131,6 +131,7 @@ - (UIImage *)decodedImageWithData:(NSData *)data options:(SDImageCoderOptions *)
131
UIImage *image = [[UIImage alloc] initWithCGImage:imageRef scale:scale orientation:UIImageOrientationUp];
132
#endif
133
CGImageRelease(imageRef);
134
+ avifDecoderDestroy(decoder);
135
return image;
136
}
137
0 commit comments