Re: [Qemu-devel] [PATCH] colo-proxy: fix memory leak

2016-10-10 Thread Zhang Chen
On 10/11/2016 04:23 AM, Eric Blake wrote: On 10/10/2016 04:46 AM, Zhang Chen wrote: Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity. Signed-off-by: Zhang Chen --- net/colo-compare.c| 4 ++-- net/filter-rewriter.c | 9 + 2 files changed, 7 insertions

Re: [Qemu-devel] [PATCH] colo-proxy: fix memory leak

2016-10-10 Thread Eric Blake
On 10/10/2016 04:46 AM, Zhang Chen wrote: > Fix memory leak in colo-compare.c and filter-rewriter.c > Report by Coverity. > > Signed-off-by: Zhang Chen > --- > net/colo-compare.c| 4 ++-- > net/filter-rewriter.c | 9 + > 2 files changed, 7 insertions(+), 6 deletions(-) > > diff --gi

[Qemu-devel] [PATCH] colo-proxy: fix memory leak

2016-10-10 Thread Zhang Chen
Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity. Signed-off-by: Zhang Chen --- net/colo-compare.c| 4 ++-- net/filter-rewriter.c | 9 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net/colo-compare.c b/net/colo-compare.c index 22b1da1..47e