Close a hanging handle.

This commit is contained in:
David Reid
2019-05-05 20:31:41 +10:00
parent cfb9f71cb2
commit a520bc09a0
+2
View File
@@ -8710,6 +8710,8 @@ ma_result ma_context_init__wasapi(const ma_context_config* pConfig, ma_context*
} else {
result = MA_NO_BACKEND;
}
ma_dlclose(kernel32DLL);
}
#endif