On Tue, Jan 23, 2024 at 04:33:43PM +0000, Peter Maydell wrote: > On Wed, 17 Jan 2024 at 19:49, Markus Armbruster <arm...@redhat.com> wrote: > > > > hmp_migrate() leaks @caps when qmp_migrate() fails. Plug the leak > > with g_autoptr(). > > > > Fixes: 967f2de5c9ec (migration: Implement MigrateChannelList to hmp > > migration flow.) v8.2.0-rc0 > > Fixes: CID 1533124 > > Isn't this 1533125 ? 1533124 is a false positive in > the migrate_mode() function.
Indeed.. I fixed it in the staging branch (which will be in the final pull), thanks. https://gitlab.com/peterx/qemu/-/commit/74278c11b980429916116baf0f742357af51ebb4 -- Peter Xu