Commit 15375deb authored by David Reid's avatar David Reid

Disconnect the temporary PulseAudio context.

parent 7d5e515d
......@@ -11515,6 +11515,7 @@ mal_result mal_context_init__pulse(mal_context* pContext)
return MAL_NO_BACKEND;
}
((mal_pa_context_disconnect_proc)pContext->pulse.pa_context_disconnect)(pPulseContext);
((mal_pa_context_unref_proc)pContext->pulse.pa_context_unref)(pPulseContext);
((mal_pa_mainloop_free_proc)pContext->pulse.pa_mainloop_free)(pMainLoop);
return MAL_SUCCESS;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment