Tagged Questions

3
votes
3answers
2k views

iPhone - debugging “pointer being freed was not allocated” errors

When over freeing a pointer you may see an error such as "pointer being freed was not allocated" When debugging with the simulator, I add a build argument MallocStackLogging = YES - this allows me …