Re: [Qemu-devel] [PATCH] hmp: fix migrate status timer leak

2018-09-25 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > * Marc-André Lureau (marcandre.lur...@redhat.com) wrote: > > Spotted by ASAN doing some manual testing: > > > > Direct leak of 48 byte(s) in 1 object(s) allocated from: > > #0 0x7f5fcdc75e50 in calloc (/lib64/libasan.so.5+0xeee50) > >

Re: [Qemu-devel] [PATCH] hmp: fix migrate status timer leak

2018-09-03 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@redhat.com) wrote: > Spotted by ASAN doing some manual testing: > > Direct leak of 48 byte(s) in 1 object(s) allocated from: > #0 0x7f5fcdc75e50 in calloc (/lib64/libasan.so.5+0xeee50) > #1 0x7f5fcd47241d in g_malloc0 (/lib64/libglib-2.0.so.0+0x5241d)

[Qemu-devel] [PATCH] hmp: fix migrate status timer leak

2018-09-01 Thread Marc-André Lureau
Spotted by ASAN doing some manual testing: Direct leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f5fcdc75e50 in calloc (/lib64/libasan.so.5+0xeee50) #1 0x7f5fcd47241d in g_malloc0 (/lib64/libglib-2.0.so.0+0x5241d) #2 0x55f989be92ce in timer_new /home/elmarco/src/qq/include/qem