diff options
Diffstat (limited to 'libcontacts_birthday_destroy.c')
-rw-r--r-- | libcontacts_birthday_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_birthday_destroy.c b/libcontacts_birthday_destroy.c index c2c1f95..8935b76 100644 --- a/libcontacts_birthday_destroy.c +++ b/libcontacts_birthday_destroy.c @@ -5,5 +5,5 @@ void libcontacts_birthday_destroy(struct libcontacts_birthday *this) { - (void) this; + DESTROY_ALL_STRINGS(this->unrecognised_data); } |