GeneralBlock memory leaks
Can someone explain to me what a GeneralBlock memory leak is. I'm getting a bunch of leaks showing up in instruments. The leaked objects are all listed as GeneralBlock-3584, GeneralBlock-16, GeneralBlock-8, etc.
When i go to the stack trace. It just points me to this line in the main.m file:
int retVal = UIApplicationMain(argc, argv, nil, nil);
Are these actual leaks or something else? If anyone has any info it would be a big help. I've been driving myself crazy with this.
Thanks.
|