I\'m using this code to display the contacts in an app.
- (IBAction) selectContact:(id)sender {
ABPeoplePickerNavigationController *picker = [[ABPeoplePicke
I know this goes against logic, and against everything you know, but please trust me on this. Comment out the line that releases the picker;
//-- [picker release]; this line must be commented
It's most likely a bug in the Apple SDK
Try updating your SDK to the most recent iOS version, and see if the leak still occurs. If it does, please file a bug through the developer center.