aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_contact_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts_contact_destroy.c')
-rw-r--r--libcontacts_contact_destroy.c1
1 files changed, 1 insertions, 0 deletions
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);