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

2016-10-25 Thread Jason Wang
On 2016年10月24日 11:08, Hailiang Zhang wrote: On 2016/10/17 17:23, Zhang Chen wrote: 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 Applied to -net. Thanks.

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

2016-10-23 Thread Hailiang Zhang
On 2016/10/17 17:23, Zhang Chen wrote: 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 net/colo-compare.c| 34 +++--- net/filter-rewriter.c | 17 +++

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

2016-10-23 Thread Zhang Chen
Anyone have some comments? this bug report by paolo ping... On 10/17/2016 05:23 PM, Zhang Chen wrote: Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity and add some comments. Signed-off-by: Zhang Chen --- net/colo-compare.c| 34 +++-

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

2016-10-17 Thread 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 --- net/colo-compare.c| 34 +++--- net/filter-rewriter.c | 17 + net/trace-events | 1 + 3 files changed, 21 insertion

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

2016-10-17 Thread Zhang Chen
Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity and add some comments. v3: - rebase this patch for upstream codes v2: - use traces instead of fprintf in colo-compare.c v1: - initial patch Zhang Chen (1): colo-proxy: fix memory leak net/colo-compare.c