]> git.alsa-project.org Git - alsa-lib.git/commit
src/pcm/pcm_ladspa.c: add missing free
authorJulia Lawall <julia@diku.dk>
Sun, 18 Sep 2011 20:04:36 +0000 (22:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Sep 2011 10:49:54 +0000 (12:49 +0200)
commit03aa1a57c99460489815bf301e554c4d0a638bf6
treefc1da8d0e26cfd46fba0861769aaf159f0a5815c
parent2a7f653b7f3bea6c8f0895f1921c2d706f40684f
src/pcm/pcm_ladspa.c: add missing free

Something that is allocated using calloc is not freed on some
error paths.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Suman Saha <sumsaha@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_ladspa.c