Re: [Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

2016-10-31 Thread Greg Kurz
On Mon, 31 Oct 2016 16:05:00 +0800 Zhang Chen wrote: > On 10/31/2016 03:40 PM, Jason Wang wrote: > > > > > > On 2016年10月31日 14:37, Zhang Chen wrote: > >> > >> > >> On 10/30/2016 08:13 PM, Greg Kurz wrote: > >>> On Wed, 26 Oct 2016 10:24:11 +0800 > >>> Jason Wang wrote: > >>> > From: Z

Re: [Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

2016-10-31 Thread Zhang Chen
On 10/31/2016 03:40 PM, Jason Wang wrote: On 2016年10月31日 14:37, Zhang Chen wrote: On 10/30/2016 08:13 PM, Greg Kurz wrote: On Wed, 26 Oct 2016 10:24:11 +0800 Jason Wang wrote: From: Zhang Chen Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity and add some com

Re: [Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

2016-10-31 Thread Jason Wang
On 2016年10月31日 14:37, Zhang Chen wrote: On 10/30/2016 08:13 PM, Greg Kurz wrote: On Wed, 26 Oct 2016 10:24:11 +0800 Jason Wang wrote: From: Zhang Chen Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity and add some comments. Signed-off-by: Zhang Chen Reviewed-b

Re: [Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

2016-10-30 Thread Zhang Chen
On 10/30/2016 08:13 PM, Greg Kurz wrote: On Wed, 26 Oct 2016 10:24:11 +0800 Jason Wang wrote: From: Zhang Chen Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity and add some comments. Signed-off-by: Zhang Chen Reviewed-by: zhanghailiang Signed-off-by: Jason Wang

Re: [Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

2016-10-30 Thread Greg Kurz
On Wed, 26 Oct 2016 10:24:11 +0800 Jason Wang wrote: > From: Zhang Chen > > Fix memory leak in colo-compare.c and filter-rewriter.c > Report by Coverity and add some comments. > > Signed-off-by: Zhang Chen > Reviewed-by: zhanghailiang > Signed-off-by: Jason Wang > --- Hi, This commit brea

[Qemu-devel] [PULL 9/9] colo-proxy: fix memory leak

2016-10-25 Thread Jason Wang
From: Zhang Chen Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity and add some comments. Signed-off-by: Zhang Chen Reviewed-by: zhanghailiang Signed-off-by: Jason Wang --- net/colo-compare.c| 34 +++--- net/filter-rewriter.c | 17