From a4b699b50b5de17b2384f9be32d119b5faaeec1d Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Tue, 6 Mar 2012 11:35:37 +0100 Subject: [PATCH] FastAddressBook: call super dealloc at the end of Contact::dealloc --- Classes/LinphoneUI/FastAddressBook.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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