mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-09 10:19:58 +01:00
Deinit audio last because it is the most problematic deinit (pulseaudio...)
This commit is contained in:
parent
f2697e76ae
commit
20d9c287d3
|
|
@ -373,6 +373,6 @@ func (s *controlStream) deinit() {
|
|||
}
|
||||
|
||||
s.common.deinit()
|
||||
s.audio.deinit()
|
||||
s.serial.deinit()
|
||||
s.audio.deinit()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue