Incorrect decrement of the reference count
- by idober
I have the following problem: In one flow of the execution I use alloc, and on the other flow, alloc is not needed.
At the end of the if statement, in any case, I release the object.
When I do 'build and Analize' I get an error: 'Incorrect decrement of the reference count of an object is not owned by the caller'.
How to solve that?
UIImage…