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

2017-12-08 Thread Markus Armbruster
Marc-André Lureau writes: > 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

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

2017-12-07 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 --- tests/qmp-test.c | 3 ++- 1 file c