SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

Fix ICC profile, buffer and AVIF encoding memory leak #40

Closed dreampiggy closed 2 years ago

dreampiggy commented 2 years ago

This PR fix the 3 issues @wensbo reported

  1. CFDataCreateWithBytesNoCopy for ICC Profile cause issue because of ColorSync cache system
  2. free on null pointer in error handing cause crash
  3. AVIF encoding cause memory leak of avifImage

image