Re: [Qemu-devel] [PATCH] qemu-char: Fix use of free() instead of g_free()

2011-10-12 Thread Dong Xu Wang
于 10/07/2011 01:38 PM, Stefan Weil 写道: > cppcheck reported these errors: > > qemu-char.c:1667: error: Mismatching allocation and deallocation: s > qemu-char.c:1668: error: Mismatching allocation and deallocation: chr > qemu-char.c:1769: error: Mismatching allocation and deallocation: s > qemu-char

[Qemu-devel] [PATCH] qemu-char: Fix use of free() instead of g_free()

2011-10-06 Thread Stefan Weil
cppcheck reported these errors: qemu-char.c:1667: error: Mismatching allocation and deallocation: s qemu-char.c:1668: error: Mismatching allocation and deallocation: chr qemu-char.c:1769: error: Mismatching allocation and deallocation: s qemu-char.c:1770: error: Mismatching allocation and dealloca