output/Source: fix Close()
Close the filter before cancelling when closing a source. Fixes #2148
This commit is contained in:
@ -53,9 +53,9 @@ AudioOutputSource::Close() noexcept
|
||||
assert(in_audio_format.IsValid());
|
||||
in_audio_format.Clear();
|
||||
|
||||
Cancel();
|
||||
|
||||
CloseFilter();
|
||||
|
||||
Cancel();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user