diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/AudioProcessor.cs')
| -rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/AudioProcessor.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/AudioProcessor.cs b/Ryujinx.Audio/Renderer/Dsp/AudioProcessor.cs index 2c97a0c1..ea975056 100644 --- a/Ryujinx.Audio/Renderer/Dsp/AudioProcessor.cs +++ b/Ryujinx.Audio/Renderer/Dsp/AudioProcessor.cs @@ -218,6 +218,7 @@ namespace Ryujinx.Audio.Renderer.Dsp if (_sessionCommandList[i] != null) { _sessionCommandList[i].CommandList.Process(OutputDevices[i]); + _sessionCommandList[i].CommandList.Dispose(); _sessionCommandList[i] = null; } } |
