mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
Close a hanging handle.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user