mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Fix a small memleak
Added the forgotten free. ALSA bug#3687 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3687
This commit is contained in:
parent
18a3037d87
commit
60a3e7ce96
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ int main(int argc, char **argv)
|
|||
} else if (!strncmp(name, "RME Hammerfall DSP", 18)) {
|
||||
printf("Uninitialized HDSP card found.\nUse hdsploader to upload configuration data to the card.\n");
|
||||
}
|
||||
free(name);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue