aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_birthday_destroy.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-04 03:31:17 +0200
committerMattias Andrée <maandree@kth.se>2021-04-04 03:31:17 +0200
commitddce3c7b8adf084ca59e2c079b23ea6f9f56b992 (patch)
treec8883d3dd3cf51ed9402d30626d5533e2dbf4273 /libcontacts_birthday_destroy.c
parentsync on save before rename, and check for errors on close (diff)
downloadlibcontacts-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.c2
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);
}