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) | |||
| 132 | } | 132 | } |
| 133 | #endif /* __OpenBSD__ */ | 133 | #endif /* __OpenBSD__ */ |
| 134 | 134 | ||
| 135 | /* read (and drop) emojis.json, possibly creating it */ | ||
| 136 | xs_free(emojis()); | ||
| 137 | |||
| 135 | return ret; | 138 | return ret; |
| 136 | } | 139 | } |
| 137 | 140 | ||