forked from mirrors/treebird
Cleanup storage
FossilOrigin-Name: 6c96ab8906f82ac189725c3f2e708ce7dae5888281d058b40b25268c7ddca741
This commit is contained in:
parent
1960500550
commit
591ea24ad0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue