Fixed core dumped on close
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user