Paul Menzel 2c8f81b57b cbfstool: cbfs-mkstage.c: Free buffer on error path
Cppcheck warns about a memory leak, present since adding romtool,
which was renamed to cbfstool, in commit 5d01ec0f.

    $ cppcheck --version
    Cppcheck 1.59
    […]
    [cbfs-mkstage.c:170]: (error) Memory leak: buffer
    […]

Indeed the memory pointed to by `buffer` is not freed on the error path,
so add `free(buffer)` to fix this.

Change-Id: I6cbf82479027747c800c5fe847f20b779e261ef4
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3069
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-04-12 20:22:39 +02:00
..
2013-03-27 01:24:48 +01:00
2013-04-02 20:27:10 +02:00
2013-02-05 22:24:45 +01:00
2013-02-04 11:12:15 +01:00
2013-03-27 01:25:12 +01:00
2013-03-27 01:25:12 +01:00
2011-10-24 20:29:29 +02:00