diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-04 03:31:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-04 03:31:17 +0200 |
commit | ddce3c7b8adf084ca59e2c079b23ea6f9f56b992 (patch) | |
tree | c8883d3dd3cf51ed9402d30626d5533e2dbf4273 /libcontacts_birthday_destroy.c | |
parent | sync on save before rename, and check for errors on close (diff) | |
download | libcontacts-ddce3c7b8adf084ca59e2c079b23ea6f9f56b992.tar.gz libcontacts-ddce3c7b8adf084ca59e2c079b23ea6f9f56b992.tar.bz2 libcontacts-ddce3c7b8adf084ca59e2c079b23ea6f9f56b992.tar.xz |
Fix birthday support
Signed-off-by: Mattias Andrée <maandree@kth.se>
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); } |