mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 02:31:52 +00:00
Fix memory leak with virtual files in parse.c
This commit is contained in:
@@ -193,6 +193,8 @@ void write_document(document_t *doc) {
|
||||
|
||||
void thread_cleanup() {
|
||||
close(index_fd);
|
||||
cleanup_parse();
|
||||
cleanup_font();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user