mayoff / uiimage-from-animated-gif

A UIImage category that loads animated GIFs
Creative Commons Zero v1.0 Universal
877 stars 164 forks source link

Fix static analyzer warnings about leaking CGImageSources #8

Closed aroben closed 10 years ago

aroben commented 10 years ago

We aren't leaking them, but the analyzer couldn't tell.

mayoff commented 10 years ago

Thanks for the patch.