diff options
Diffstat (limited to '')
-rw-r--r-- | libcontacts_pgpkey_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_pgpkey_destroy.c b/libcontacts_pgpkey_destroy.c index aa465ab..9dce05e 100644 --- a/libcontacts_pgpkey_destroy.c +++ b/libcontacts_pgpkey_destroy.c @@ -7,5 +7,5 @@ libcontacts_pgpkey_destroy(struct libcontacts_pgpkey *this) { free(this->context); free(this->id); - DESTROY_ALL(this->unrecognised_data, free); + DESTROY_ALL_STRINGS(this->unrecognised_data); } |