diff options
author | default <nobody@localhost> | 2023-05-04 09:34:33 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-04 09:34:33 +0200 |
commit | 980a8d524fae11d17366e7aea56206d13f278e31 (patch) | |
tree | fc1a9f5dda124faaea7bda62b867667b81edf5f5 /html.c | |
parent | 185aac23876f9ae5d9b613f8b9abd517c3ab3b4d (diff) |
Fixed more warnings.
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) /* set the check time to now */ xs *dummy = notify_check_time(snac, 1); + dummy = xs_free(dummy); timeline_touch(snac); |