Commit 1ced7bbe authored by Lioncash's avatar Lioncash
Browse files

audout_u: Remove std::move in OpenAudioOutImpl()

Previously the code was using the values from params further below after
it was std::moved. Thankfully, given AudoutParams is a trivially
copyable struct, the values would have simply been copied in this
instance and not invalidated to garbage values.
parent b79362b9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment