diff options
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; } |