Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sheet: Fix bad memory access by duplicating filename string
UI buffer frees this on closing and the indexing thread will use it so it can't point to a stack variable or memory that gets overwritten after the file is opened.
- Loading branch information