Fix notifications memleak

FossilOrigin-Name: d7c1cffde3338a7ef54bdf3355735807e0dab93414c0936ebfc7f92d2861ec86
This commit is contained in:
nekobit 2022-08-25 01:29:09 +00:00
parent f5d4a08d3b
commit 0617cdbd87
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ void content_notifications(PATH_ARGS)
// Output
render_base_page(&b, req, ssn, api);
mastodont_storage_cleanup(&storage);
mstdnt_cleanup_notifications(notifs, notifs_len);
Safefree(dup);
}