commit | 14577c25169beb8676577490bf2f0bd539d5e999 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jun 01 13:35:24 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Jun 01 14:33:09 2014 +0200 |
tree | 2871257d84a53430a2224d08d14ae3a81d9f3834 | |
parent | 2c6db77c021e89985c512ec9db9cbc5a34a7e3d9 [diff] |
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 <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Takashi Iwai <tiwai@suse.de>