aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_address_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts_address_destroy.c')
-rw-r--r--libcontacts_address_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_address_destroy.c b/libcontacts_address_destroy.c
index 1a79f21..e8ed733 100644
--- a/libcontacts_address_destroy.c
+++ b/libcontacts_address_destroy.c
@@ -11,5 +11,5 @@ libcontacts_address_destroy(struct libcontacts_address *this)
free(this->address);
free(this->postcode);
free(this->city);
- DESTROY_ALL(this->unrecognised_data, free);
+ DESTROY_ALL_STRINGS(this->unrecognised_data);
}