now properly closing the error ringbuf
This commit is contained in:
parent
bc32d13f7d
commit
45bfdc4830
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ function close(stream::PortAudioStream)
|
||||||
Pa_CloseStream(stream.stream)
|
Pa_CloseStream(stream.stream)
|
||||||
close(stream.source)
|
close(stream.source)
|
||||||
close(stream.sink)
|
close(stream.sink)
|
||||||
|
close(stream.errbuf)
|
||||||
stream.stream = C_NULL
|
stream.stream = C_NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue