Lioncash 1ced7bbea5 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.
2018-07-31 10:24:38 -04:00
..
2018-07-02 21:45:47 -04:00
2018-07-31 06:40:21 -04:00
2018-07-22 15:55:17 +01:00
2018-07-22 15:55:17 +01:00
2018-07-30 18:44:16 -04:00
2018-07-30 18:44:16 -04:00