aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_site_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts_site_destroy.c')
-rw-r--r--libcontacts_site_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_site_destroy.c b/libcontacts_site_destroy.c
index f1cef31..029d9cd 100644
--- a/libcontacts_site_destroy.c
+++ b/libcontacts_site_destroy.c
@@ -7,5 +7,5 @@ libcontacts_site_destroy(struct libcontacts_site *this)
{
free(this->context);
free(this->address);
- DESTROY_ALL(this->unrecognised_data, free);
+ DESTROY_ALL_STRINGS(this->unrecognised_data);
}