Fixed core dumped on close

This commit is contained in:
Ignacio Serantes
2026-04-01 08:48:06 +02:00
parent 2fbf04fdb8
commit ae00235db8
6 changed files with 52 additions and 8 deletions

View File

@@ -571,6 +571,7 @@ class DuplicateDetector(QThread):
def stop(self):
self._is_running = False
self.wait() # Add this line
def run(self):
total_files = len(self.paths_to_scan)