mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1109802 - Release IAudioStreamVolume after use in libcubeb's WASAPI backend. r=padenot
This commit is contained in:
parent
2d817d320d
commit
a7e934fc97
@ -831,6 +831,7 @@ void wasapi_stream_destroy(cubeb_stream * stm)
|
|||||||
SafeRelease(stm->client);
|
SafeRelease(stm->client);
|
||||||
SafeRelease(stm->render_client);
|
SafeRelease(stm->render_client);
|
||||||
SafeRelease(stm->audio_clock);
|
SafeRelease(stm->audio_clock);
|
||||||
|
SafeRelease(stm->audio_stream_volume);
|
||||||
|
|
||||||
cubeb_resampler_destroy(stm->resampler);
|
cubeb_resampler_destroy(stm->resampler);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user