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

2016-10-11 Thread Zhang Chen
On 10/11/2016 10:32 PM, Eric Blake wrote: On 10/11/2016 02:33 AM, Zhang Chen wrote: Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity. This part is fine. v2: - use traces instead of fprintf in colo-compare.c v1: - initial patch ...but this part should live..

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

2016-10-11 Thread Eric Blake
On 10/11/2016 02:33 AM, Zhang Chen wrote: > Fix memory leak in colo-compare.c and filter-rewriter.c > Report by Coverity. This part is fine. > > v2: > - use traces instead of fprintf in colo-compare.c > > v1: > - initial patch ...but this part should live... > > Signed-off-by: Zhang Chen

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

2016-10-11 Thread Zhang Chen
Fix memory leak in colo-compare.c and filter-rewriter.c Report by Coverity. v2: - use traces instead of fprintf in colo-compare.c v1: - initial patch Signed-off-by: Zhang Chen --- net/colo-compare.c| 11 +++ net/filter-rewriter.c | 17 + trace-events |