]> git.scottworley.com Git - srec/commitdiff
Stop streams on exit
authorScott Worley <scottworley@scottworley.com>
Tue, 7 Oct 2025 07:04:17 +0000 (00:04 -0700)
committerScott Worley <scottworley@scottworley.com>
Tue, 7 Oct 2025 07:04:17 +0000 (00:04 -0700)
srec.py

diff --git a/srec.py b/srec.py
index c4d5d54a4106c4d826d2236035a2355397cd78e6..b3abee1e9ba0fa558211d8b419b87f369ffd1630 100644 (file)
--- a/srec.py
+++ b/srec.py
@@ -191,6 +191,7 @@ def main() -> None:
     app = Gtk.Application(application_id='net.chkno.srec')
     app.connect('activate', on_activate)
     app.run(None)
+    stop_streams()
 
 
 if __name__ == '__main__':