]> git.alsa-project.org Git - alsa-lib.git/commit
src/pcm/pcm_rate.c: add missing free
authorJulia Lawall <julia@diku.dk>
Sun, 18 Sep 2011 20:04:34 +0000 (22:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Sep 2011 10:47:44 +0000 (12:47 +0200)
commit2a7f653b7f3bea6c8f0895f1921c2d706f40684f
treec6cebcb6d6acedd94baf37d01a650854371001ff
parent6dab1a91cbbd40d2f52a0c5a1bd961a1db7bb319
src/pcm/pcm_rate.c: add missing free

Something that is allocated using calloc is not freed on one
or more 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_rate.c