From a8d76118ca810c92a68fe5bb4648ce23636c022d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 2 Apr 2021 19:07:28 +0200 Subject: Add full name, use separate fields for birthday componets and add when leapies celebrate on common years MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcontacts_contact_destroy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcontacts_contact_destroy.c') diff --git a/libcontacts_contact_destroy.c b/libcontacts_contact_destroy.c index 974473d..70d1335 100644 --- a/libcontacts_contact_destroy.c +++ b/libcontacts_contact_destroy.c @@ -9,6 +9,7 @@ libcontacts_contact_destroy(struct libcontacts_contact *this) free(this->name); free(this->first_name); free(this->last_name); + free(this->full_name); free(this->nickname); DESTROY_ALL(this->photos, free); DESTROY_ALL(this->groups, free); -- cgit v1.2.3-70-g09d2