在我的代码中:
ABNewPersonViewController *c = [[ABNewPersonViewController alloc] init];
[c setNewPersonViewDelegate:self];
[c setDisplayedPerson:newPerson];
CFRelease(newPerson);
UINavigationController *nc = [[UINavigationController alloc] initWithRootViewController:c];
[self presentModalViewController:nc animated:YES];
有些地方似乎是被遗弃的记忆,我发现了仪器。任何线索为什么?