emin / WebPQuickLook

Mac OS X QuickLook plugin for WebP image files
776 stars 44 forks source link

Fixed numerous CF & C memory leaks #26

Open capnslipp opened 3 years ago

capnslipp commented 3 years ago

Fixed numerous memory leaks by adding the CF…Release() & free() calls necessary when using non-ARC plain-C stuff like CoreFoundation & malloc.