Commit a520bc09 authored by David Reid's avatar David Reid

Close a hanging handle.

parent cfb9f71c
...@@ -8710,6 +8710,8 @@ ma_result ma_context_init__wasapi(const ma_context_config* pConfig, ma_context* ...@@ -8710,6 +8710,8 @@ ma_result ma_context_init__wasapi(const ma_context_config* pConfig, ma_context*
} else { } else {
result = MA_NO_BACKEND; result = MA_NO_BACKEND;
} }
ma_dlclose(kernel32DLL);
} }
#endif #endif
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