Fixed core dumped on close
This commit is contained in:
@@ -55,6 +55,7 @@ class DuplicateFileCounter(QThread):
|
||||
|
||||
def stop(self):
|
||||
self._abort = True
|
||||
self.wait() # Add this line
|
||||
|
||||
def run(self):
|
||||
count = 0
|
||||
|
||||
Reference in New Issue
Block a user