diff --git a/Classes/LinphoneUI/FastAddressBook.m b/Classes/LinphoneUI/FastAddressBook.m index 17ea43cd3..e1e3334c6 100644 --- a/Classes/LinphoneUI/FastAddressBook.m +++ b/Classes/LinphoneUI/FastAddressBook.m @@ -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