Skip to content

Commit

Permalink
Merge branch 'pipeleak' into 'main'
Browse files Browse the repository at this point in the history
FileDiff: fix file descriptor leak (#885)

See merge request GNOME/meld!131
  • Loading branch information
kaiw committed Feb 22, 2025
2 parents 25fb0cb + 20dc8d4 commit 50a1a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meld/filediff.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,7 @@ def on_delete_event(self):

try:
self._cached_match.stop()
self._cached_match = None
except Exception:
# Ignore any cross-process exceptions that happen when
# shutting down our matcher process.
Expand Down

0 comments on commit 50a1a90

Please sign in to comment.