firmware-utils/mksenaofw: fix possible memory leak
authorAndrea Dalla Costa <andrea@dallacosta.me>
Sat, 11 Jan 2020 22:55:25 +0000 (23:55 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 14 Jan 2020 16:48:50 +0000 (17:48 +0100)
commitbc1f13e82624dd55a1782fe468faee82079285dc
tree45ef471c87bffa242faa21d287decf9d9d151994
parentf16c80d1a241b813706367627383f74248d4c213
firmware-utils/mksenaofw: fix possible memory leak

Add missing calls to `free` for variable `pmodel`.

Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me>
src/mksenaofw.c