aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_organisation_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts_organisation_destroy.c')
-rw-r--r--libcontacts_organisation_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_organisation_destroy.c b/libcontacts_organisation_destroy.c
index 94d4a3a..a65a774 100644
--- a/libcontacts_organisation_destroy.c
+++ b/libcontacts_organisation_destroy.c
@@ -7,5 +7,5 @@ libcontacts_organisation_destroy(struct libcontacts_organisation *this)
{
free(this->organisation);
free(this->title);
- DESTROY_ALL(this->unrecognised_data, free);
+ DESTROY_ALL_STRINGS(this->unrecognised_data);
}