linux-stable/sound/pci/au88x0
Jesper Juhl 6ed44ad3eb [ALSA] au88x0: mem leak fix in snd_vortex_create()
In sound/pci/au88x0/au88x0.c::snd_vortex_create() :
The Coverity checker found that if we allocate storage for 'chip'
but then leave via the  regions_out:  label, then we end up leaking
the storage allocated for 'chip'.
I believe simply freeing 'chip' before the 'return err;' line is
all we need to fix this, but please double-check me :)

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2007-10-16 15:58:25 +02:00
..
au88x0.c [ALSA] au88x0: mem leak fix in snd_vortex_create() 2007-10-16 15:58:25 +02:00
au88x0.h
au88x0_a3d.c
au88x0_a3d.h
au88x0_a3ddata.c
au88x0_core.c
au88x0_eq.c [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks 2007-10-16 15:57:45 +02:00
au88x0_eq.h
au88x0_eqdata.c
au88x0_game.c
au88x0_mixer.c
au88x0_mpu401.c
au88x0_pcm.c
au88x0_synth.c
au88x0_wt.h
au88x0_xtalk.c
au88x0_xtalk.h
au8810.c
au8810.h
au8820.c
au8820.h
au8830.c
au8830.h
Makefile