agens-no / AGGeometryKit

Quadrilaterals on CALayer, CGGeometry-functions, UIView/CALayer properties and other invaluable tools.
Other
1.27k stars 130 forks source link

Memory leak in imageByCroppingToRect #50

Open Maxtws opened 7 years ago

Maxtws commented 7 years ago

UIImage+AGKQuad.m Line 53:

croppedImage is not released.

hfossli commented 6 years ago

Thanks for reporting this error. I'll try to have this fixed in the next release. If you have a pull request I'll be happy to do the release very fast.

mariovillamizar commented 6 years ago

I think I fixed this bug. I did a pull request: https://github.com/agens-no/AGGeometryKit/pull/52. Please take a look.

hfossli commented 6 years ago

Awesome! Thanks. I’ll keep this issue open until I have released a new version. Available on master branch now.