Browse Source
Fix an infinite loop in ALSA backend of mini_al.
pull/510/head
David Reid
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/external/mini_al.h
|
|
@ -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; |
|
|
|