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