Re: [Qemu-devel] [PATCH RFC 3/6] migration: fix leak of src file on dst

2017-05-31 Thread Juan Quintela
Peter Xu wrote: > The return path channel is possibly leaked. Fix it. > > Signed-off-by: Peter Xu > --- > migration/migration.c | 5 + > 1 file changed, 5 insertions(+) > Queued this one. Reviewed-by: Juan Quintela > diff --git a/migration/migration.c b/migration/migration.c > index e4

Re: [Qemu-devel] [PATCH RFC 3/6] migration: fix leak of src file on dst

2017-05-30 Thread Juan Quintela
Peter Xu wrote: > The return path channel is possibly leaked. Fix it. > > Signed-off-by: Peter Xu > --- > migration/migration.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/migration/migration.c b/migration/migration.c > index e4f4c8c..92617fc 100644 > --- a/migration/migration.

[Qemu-devel] [PATCH RFC 3/6] migration: fix leak of src file on dst

2017-05-18 Thread Peter Xu
The return path channel is possibly leaked. Fix it. Signed-off-by: Peter Xu --- migration/migration.c | 5 + 1 file changed, 5 insertions(+) diff --git a/migration/migration.c b/migration/migration.c index e4f4c8c..92617fc 100644 --- a/migration/migration.c +++ b/migration/migration.c @@ -1