summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/data.c b/data.c
index 83e1b15..142fe8c 100644
--- a/data.c
+++ b/data.c
@@ -132,6 +132,9 @@ int srv_open(char *basedir, int auto_upgrade)
}
#endif /* __OpenBSD__ */
+ /* read (and drop) emojis.json, possibly creating it */
+ xs_free(emojis());
+
return ret;
}