firmware-utils/mksenaofw: fix possible memory leak
authorAndrea Dalla Costa <[email protected]>
Sat, 11 Jan 2020 22:55:25 +0000 (23:55 +0100)
committerJo-Philipp Wich <[email protected]>
Tue, 14 Jan 2020 16:48:50 +0000 (17:48 +0100)
commit1775f690d5e3dfc2f70c0e416c91371c848b9f25
tree0837543fbaa29faf0bae2f4db65746bc09d8c79a
parentb886d3c8f3d852a5d5bfcb41f439a808d9aa2d58
firmware-utils/mksenaofw: fix possible memory leak

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

Signed-off-by: Andrea Dalla Costa <[email protected]>
tools/firmware-utils/src/mksenaofw.c