linux/sound/pcmcia/pdaudiocf
Eric Sesterhenn cb6dd26097 [ALSA] Memory leak in sound/pcmcia/pdaudiocf/pdaudiocf.c
if one of the first three CS_CHECKS fails, we goto cs_failed:
In this case parse we donr kfree() parse. Since the the last three
CS_CHECKS might also fail, i moved the kfree() below all the CS_CHECKs
and added one in the error path. This fixes coverity bug id #1099

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2006-07-12 20:07:23 +02:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pdaudiocf.c [ALSA] Memory leak in sound/pcmcia/pdaudiocf/pdaudiocf.c 2006-07-12 20:07:23 +02:00
pdaudiocf.h [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device 2006-03-31 17:15:57 +02:00
pdaudiocf_core.c [ALSA] Remove unneeded read/write_size fields in proc text ops 2006-06-22 21:33:09 +02:00
pdaudiocf_irq.c [ALSA] Remove xxx_t typedefs: PCMCIA PDaudioCF 2006-01-03 12:19:52 +01:00
pdaudiocf_pcm.c [ALSA] Don't NULL check vfree argument in pdaudiocf_pcm.c 2006-03-22 10:31:45 +01:00