Re: [Qemu-devel] [PATCH v2 11/13] tests: fix qmp-test leak

2017-12-15 Thread Philippe Mathieu-Daudé
On 12/15/2017 12:06 PM, Marc-André Lureau wrote: > Direct leak of 913 byte(s) in 43 object(s) allocated from: > #0 0x55880a15df60 in __interceptor_malloc > (/home/elmarco/src/qq/build/tests/qmp-test+0x110f60) > #1 0x7f3f20fd098f in _IO_vasprintf (/lib64/libc.so.6+0x8098f) > > Signed-off-b

[Qemu-devel] [PATCH v2 11/13] tests: fix qmp-test leak

2017-12-15 Thread Marc-André Lureau
Direct leak of 913 byte(s) in 43 object(s) allocated from: #0 0x55880a15df60 in __interceptor_malloc (/home/elmarco/src/qq/build/tests/qmp-test+0x110f60) #1 0x7f3f20fd098f in _IO_vasprintf (/lib64/libc.so.6+0x8098f) Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster --- te