|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Sorry, something went wrong.
|
@atdrendel with @jleandroperez' help I found that we applied an identical patch back in 2013 Simperium/simperium-ios@685c16d Seems to have been working since then. I've applied this to my fork, which I'm trying to maintain now since this repo is hibernating. |
Sorry, something went wrong.
The NSMutableArray being assigned to Patch.diffs isn't being autoreleased correctly. Since it's being assigned to a synthesized property marked with retain, and the NSMutableArray is being initialized with alloc-init, the array needs to be autoreleased so that it doesn't leak.