ladishd: initialize the vclient_name var even when a2j mapping fails

This commit is contained in:
Nedko Arnaudov 2010-11-14 00:53:53 +02:00
parent 3d40386a14
commit 36370e2942
1 changed files with 2 additions and 0 deletions

View File

@ -545,6 +545,8 @@ port_appeared(
free(alsa_client_name);
goto exit;
}
vclient_name = alsa_client_name;
}
else
{