audio: GC a player

This is not necessary but it is always better to clean up unused
players.
This commit is contained in:
Hajime Hoshi 2024-07-13 23:16:12 +09:00
parent 03ca5c3b26
commit c03ece2671

View File

@ -133,4 +133,5 @@ func TestNonSeekableSource(t *testing.T) {
} }
p.Play() p.Play()
p.Pause()
} }