Re: [PATCH] sound: synth: emux: soundfont.c: Cleaning up memory leak

2014-06-01 Thread Takashi Iwai
At Sun, 1 Jun 2014 13:35:24 +0200, Rickard Strandqvist wrote: > > 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. > > Signed-off-by: Rickard Strandqvist > ---

[PATCH] sound: synth: emux: soundfont.c: Cleaning up memory leak

2014-06-01 Thread Rickard Strandqvist
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. Signed-off-by: Rickard Strandqvist --- sound/synth/emux/soundfont.c |1 + 1 file changed, 1 insertion(+) diff --git