ibireme/YYImage

Crash on YYImageCoder.m

JGVB opened this issue · 0 comments

JGVB commented

Any ideas as to what is causing this crash. I'm not sure the image type at the time of crash. It could be an APNG, gif, or jpeg.

Crash is on:
CGImageRef newImage = CGBitmapContextCreateImage(context);
in
CGImageRef YYCGImageCreateDecodedCopy(CGImageRef imageRef, BOOL decodeForDisplay) {

Screen Shot 2021-03-01 at 10 38 45 PM