agens-no/AGGeometryKit

Memory leak in imageByCroppingToRect

Maxtws opened this issue · 3 comments

UIImage+AGKQuad.m
Line 53:

  • (UIImage *)imageByCroppingToRect:(CGRect)rect

croppedImage is not released.

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.

I think I fixed this bug. I did a pull request: #52. Please take a look.

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