mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
fix core dumped in hdspmixer.cxx
This commit is contained in:
parent
78e579b3e3
commit
7ee766f35f
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
HDSPMixerWindow *window;
|
||||
HDSPMixerCard *hdsp_cards[3];
|
||||
char *name, *shortname;
|
||||
char *name = NULL, *shortname;
|
||||
int card;
|
||||
int cards = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue