dect
/
linux-2.6
Archived
13
0
Fork 0

[ALSA] emu10k1_synth use after free

Modules: EMU10K1/EMU10K2 driver

Thou shalt not dereference freed memory.

Coverity bug #958

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Dave Jones 2006-03-06 13:27:39 +01:00 committed by Jaroslav Kysela
parent a2df813bea
commit c27e8c5918
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ static int snd_emu10k1_synth_new_device(struct snd_seq_device *dev)
if (snd_emux_register(emu, dev->card, arg->index, "Emu10k1") < 0) {
snd_emux_free(emu);
emu->hw = NULL;
return -ENOMEM;
}