Browse Source

Fix an infinite loop in ALSA backend of mini_al.

pull/510/head
David Reid 6 years ago
committed by GitHub
parent
commit
a8e2c7de9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/external/mini_al.h

+ 1
- 0
src/external/mini_al.h View File

@ -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;

Loading…
Cancel
Save