Commit 3c565baf authored by Max Kellermann's avatar Max Kellermann

output/Source: clear current_chunk in Close()

Fixes assert failure after unpausing.
parent 2e182e84
...@@ -65,7 +65,7 @@ AudioOutputSource::Close() ...@@ -65,7 +65,7 @@ AudioOutputSource::Close()
assert(in_audio_format.IsValid()); assert(in_audio_format.IsValid());
in_audio_format.Clear(); in_audio_format.Clear();
pipe.Cancel(); Cancel();
CloseFilter(); CloseFilter();
} }
......
Markdown is supported
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