On Thu, Oct 3, 2019 at 5:38 AM Alistair Francis <alistair.fran...@wdc.com> wrote: > > Coverity (CID 1405786) thinks that there is a possible memory leak as > we don't guarentee that the memory allocatd from riscv_find_firmware() > is freed. This is a false positive, but let's tidy up the code to fix > the warning. > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > hw/riscv/boot.c | 11 ++++------- > 1 file changed, 4 insertions(+), 7 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com> Thanks for the patch. I am not sure how I can easily run Coverity to verify the fix though. Regards, Bin