From 35296c1f3357cf4ee17f2a6ad58c1ff3e550070d Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Mon, 21 Dec 2015 00:02:21 -0800 Subject: ao_wasapi: non-fatal error handling for COM marshalling Also make sure that CoReleaseMarshalData is called if errors occur before unmarshalling. --- audio/out/ao_wasapi_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao_wasapi_utils.h') diff --git a/audio/out/ao_wasapi_utils.h b/audio/out/ao_wasapi_utils.h index deaffd77e4..8e6b4318d3 100755 --- a/audio/out/ao_wasapi_utils.h +++ b/audio/out/ao_wasapi_utils.h @@ -43,7 +43,7 @@ void wasapi_dispatch(struct ao *ao); HRESULT wasapi_thread_init(struct ao *ao); void wasapi_thread_uninit(struct ao *ao); -HRESULT wasapi_setup_proxies(wasapi_state *state); +void wasapi_receive_proxies(wasapi_state *state); void wasapi_release_proxies(wasapi_state *state); #endif -- cgit v1.2.3