seanooi / iOS-WebP

Google's WebP image format decoder and encoder for iOS
http://seanooi.github.io/iOS-WebP/
MIT License
857 stars 138 forks source link

Memory leak #20

Closed newacct closed 9 years ago

newacct commented 9 years ago

If you profile the Demo app with the Leaks instrument, it shows a leak, in the line where it calls WebPEncode. I am using the latest release version of Xcode.