Browse Source
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.pull/15/merge
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue