Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Memory leak #9

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments
Open

Memory leak #9

GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

in DataSet.m:
viewIdentifiers = [[tempArray copy] retain];

"copy" already retains, so you are retaining twice, causing a memory leak

Original issue reported on code.google.com by [email protected] on 20 Jan 2011 at 6:55

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant