mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-06 06:53:38 +00:00
Deinit audio last because it is the most problematic deinit (pulseaudio...)
This commit is contained in:
parent
f2697e76ae
commit
20d9c287d3
1 changed files with 1 additions and 1 deletions
|
|
@ -373,6 +373,6 @@ func (s *controlStream) deinit() {
|
|||
}
|
||||
|
||||
s.common.deinit()
|
||||
s.audio.deinit()
|
||||
s.serial.deinit()
|
||||
s.audio.deinit()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue