Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FileDiff: fix file descriptor leak (#885)
When a FileDiff tab starts it creates 6 pipes via CachedSequenceMatcher. They are never released. Eventually the process runs out of file descriptors (typically 1024 on linux). Introduced in commit 8ed5bef Sat Mar 20 09:37:50 2021 filediff, matchers.helpers: Improve matcher process clean up (#565)
- Loading branch information