From: Rickard Strandqvist Date: Sun, 1 Jun 2014 11:35:24 +0000 (+0200) Subject: ALSA: synth: emux: soundfont.c: Cleaning up memory leak X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14577c25169beb8676577490bf2f0bd539d5e999;p=pandora-kernel.git ALSA: synth: emux: soundfont.c: Cleaning up memory leak There is a risk for memory leak in when something unexpected happens and the function returns. This was largely found by using a static code analysis program called cppcheck. [fixed a typo of kfree() by tiwai] Signed-off-by: Rickard Strandqvist Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed