mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14: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 {
|
} else {
|
||||||
result = MA_NO_BACKEND;
|
result = MA_NO_BACKEND;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ma_dlclose(kernel32DLL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user