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

This commit is contained in:
David Reid
2018-03-04 10:15:40 +10:00
parent 3e94b02906
commit d2ced2e6bb
+1 -1
View File
@@ -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;
}