zxingify / zxingify-objc

An Objective-C Port of ZXing
Apache License 2.0
3.07k stars 753 forks source link

Added CGImageRelease call in encoding example #384

Closed adil-hussain-84 closed 6 years ago

adil-hussain-84 commented 6 years ago

Added CGImageRelease call following CGImageRetain call in the encoding usage example to demonstrate good practice of lowering the reference count of an object after use.

benjohnde commented 6 years ago

Thanks for that @adil-hussain-84