Bug 1109802 - Release IAudioStreamVolume after use in libcubeb's WASAPI backend. r=padenot

This commit is contained in:
Matthew Gregan 2014-12-11 12:17:19 +13:00
parent 2d817d320d
commit a7e934fc97

View File

@ -831,6 +831,7 @@ void wasapi_stream_destroy(cubeb_stream * stm)
SafeRelease(stm->client);
SafeRelease(stm->render_client);
SafeRelease(stm->audio_clock);
SafeRelease(stm->audio_stream_volume);
cubeb_resampler_destroy(stm->resampler);