Merge pull request #1 from Palatosino/patch-1

Fix process leak
sandbox1
DiMartinoXBMC 2016-01-29 13:17:11 +03:00
commit c79c33cb44
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ class Engine:
else:
self._log("torrent2http successfully shut down.")
self.wait_on_close_timeout = None
self.process.wait()
self.started = False
self.logpipe = None
self.process = None