Commit d2ced2e6 authored by David Reid's avatar David Reid

ALSA: Close asound.so when the context is uninitialized.

parent 3e94b029
......@@ -5941,7 +5941,7 @@ mal_result mal_context_uninit__alsa(mal_context* pContext)
mal_assert(pContext != NULL);
mal_assert(pContext->backend == mal_backend_alsa);
(void)pContext;
mal_dlclose(pContext->alsa.asoundSO);
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