aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_chat_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts_chat_destroy.c')
-rw-r--r--libcontacts_chat_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_chat_destroy.c b/libcontacts_chat_destroy.c
index 7e5498a..99bfc7b 100644
--- a/libcontacts_chat_destroy.c
+++ b/libcontacts_chat_destroy.c
@@ -8,5 +8,5 @@ libcontacts_chat_destroy(struct libcontacts_chat *this)
free(this->context);
free(this->service);
free(this->address);
- DESTROY_ALL(this->unrecognised_data, free);
+ DESTROY_ALL_STRINGS(this->unrecognised_data);
}