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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao_wasapi.c') diff --git a/audio/out/ao_wasapi.c b/audio/out/ao_wasapi.c index 2fcb2e9bba..bafeae1d63 100644 --- a/audio/out/ao_wasapi.c +++ b/audio/out/ao_wasapi.c @@ -290,7 +290,7 @@ static int init(struct ao *ao) return -1; } - wasapi_setup_proxies(state); + wasapi_receive_proxies(state); MP_DBG(ao, "Init wasapi done\n"); return 0; } -- cgit v1.2.3