diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1282,6 +1282,7 @@ xs_str *html_notifications(snac *snac) | |||
| 1282 | 1282 | ||
| 1283 | /* set the check time to now */ | 1283 | /* set the check time to now */ |
| 1284 | xs *dummy = notify_check_time(snac, 1); | 1284 | xs *dummy = notify_check_time(snac, 1); |
| 1285 | dummy = xs_free(dummy); | ||
| 1285 | 1286 | ||
| 1286 | timeline_touch(snac); | 1287 | timeline_touch(snac); |
| 1287 | 1288 | ||