Re: [Qemu-devel] [PATCH 1/3] target-mips: fix memory leak

2015-04-28 Thread Leon Alrae
On 28/04/2015 10:11, arei.gong...@huawei.com wrote: > From: Gonglei > > Coveristy reports that variable prom_buf/params_buf going > out of scope leaks the storage it points to. > > Cc: Aurelien Jarno > Cc: Leon Alrae > Signed-off-by: Gonglei > --- > hw/mips/mips_fulong2e.c | 1 + > hw/mips/m

[Qemu-devel] [PATCH 1/3] target-mips: fix memory leak

2015-04-28 Thread arei.gonglei
From: Gonglei Coveristy reports that variable prom_buf/params_buf going out of scope leaks the storage it points to. Cc: Aurelien Jarno Cc: Leon Alrae Signed-off-by: Gonglei --- hw/mips/mips_fulong2e.c | 1 + hw/mips/mips_malta.c| 1 + hw/mips/mips_r4k.c | 1 + 3 files changed, 3 in