Merge pull request #510 from mackron/patch-2
Fix an infinite loop in ALSA backend of mini_al.
This commit is contained in:
Vendored
+1
@@ -6412,6 +6412,7 @@ static mal_result mal_device_init__alsa(mal_context* pContext, mal_device_type t
|
||||
free(NAME);
|
||||
free(DESC);
|
||||
free(IOID);
|
||||
ppNextDeviceHint += 1;
|
||||
|
||||
if (foundDevice) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user