mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
e4f0a0aa04
This change fixes playerImpl leak by removing dependency on finalizer usages. Now readLoop can (or should) be called multiple times even after closing. Only when (*Player).Close is called explicitly, the read loop cannot be started again. Fixes #852 |
||
---|---|---|
.. | ||
internal/convert | ||
mp3 | ||
vorbis | ||
wav | ||
audio_test.go | ||
audio.go | ||
buffersize_mobile.go | ||
buffersize_notmobile.go | ||
context_test.go | ||
context.go | ||
loop_test.go | ||
loop.go | ||
mux.go | ||
testinternal_test.go |