aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_block_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts_block_destroy.c')
-rw-r--r--libcontacts_block_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_block_destroy.c b/libcontacts_block_destroy.c
index 1298aca..2fb53b6 100644
--- a/libcontacts_block_destroy.c
+++ b/libcontacts_block_destroy.c
@@ -6,5 +6,5 @@ void
libcontacts_block_destroy(struct libcontacts_block *this)
{
free(this->service);
- DESTROY_ALL(this->unrecognised_data, free);
+ DESTROY_ALL_STRINGS(this->unrecognised_data);
}