Re: [Qemu-devel] [PATCH 4/6] hostmem-file: fix memory leak

2016-03-03 Thread Paolo Bonzini
On 03/03/2016 10:43, Gonglei wrote: > Signed-off-by: Gonglei > --- > backends/hostmem-file.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/backends/hostmem-file.c b/backends/hostmem-file.c > index fd59482..217f858 100644 > --- a/backends/hostmem-file.c > +++ b/ba

[Qemu-devel] [PATCH 4/6] hostmem-file: fix memory leak

2016-03-03 Thread Gonglei
Signed-off-by: Gonglei --- backends/hostmem-file.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backends/hostmem-file.c b/backends/hostmem-file.c index fd59482..217f858 100644 --- a/backends/hostmem-file.c +++ b/backends/hostmem-file.c @@ -51,11 +51,14 @@ file_backend_m