[ALSA] Memory leak in sound/pcmcia/pdaudiocf/pdaudiocf.c
authorEric Sesterhenn <snakebyte@gmx.de>
Wed, 12 Apr 2006 10:56:10 +0000 (12:56 +0200)
committerJaroslav Kysela <perex@suse.cz>
Wed, 12 Jul 2006 18:07:23 +0000 (20:07 +0200)
commitcb6dd2609779e55b34876d75a9092b1a1f513142
treea61061cf2d4be2e55cdf04ba6378e68cff8e5a46
parentb2d6744849b5bf6b4593b81c136772df7a238ac9
[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>
sound/pcmcia/pdaudiocf/pdaudiocf.c