mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 14:37:09 +00:00
explicitly unset chain since automatic garbage collection is broken
This commit is contained in:
parent
2783091cea
commit
f4629804ff
1 changed files with 1 additions and 0 deletions
|
|
@ -914,6 +914,7 @@ class dsp(object):
|
|||
self.running = False
|
||||
if self.pycsdr_enabled and self.pycsdr_chain is not None:
|
||||
self.pycsdr_chain.stop()
|
||||
self.pycsdr_chain = None
|
||||
if self.process is not None:
|
||||
try:
|
||||
os.killpg(os.getpgid(self.process.pid), signal.SIGTERM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue