FastAddressBook: call super dealloc at the end of Contact::dealloc

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2012-03-06 11:35:37 +01:00
parent 1bcf4455dc
commit a4b699b50b

View file

@ -94,8 +94,8 @@ void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef info, void
return self;
}
- (void)dealloc {
[super dealloc];
CFRelease(record);
[numberType release];
[super dealloc];
}
@end