Cleanup storage

FossilOrigin-Name: 6c96ab8906f82ac189725c3f2e708ce7dae5888281d058b40b25268c7ddca741
This commit is contained in:
nekobit 2022-05-13 04:09:46 +00:00
parent 1960500550
commit 591ea24ad0

View file

@ -74,6 +74,7 @@ void render_base_page(struct base_page* page, struct session* ssn, mastodont_t*
sidebar_str = construct_notifications_compact(ssn, api, notifs, notifs_len, NULL);
mstdnt_cleanup_notifications(notifs, notifs_len);
mastodont_storage_cleanup(&storage);
}
char* data;