forked from mirrors/linphone-iphone
FastAddressBook: call super dealloc at the end of Contact::dealloc
This commit is contained in:
parent
1bcf4455dc
commit
a4b699b50b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue