]> git.proxmox.com Git - mirror_qemu.git/commit
migration: fix id leak regression
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Feb 2017 14:14:51 +0000 (18:14 +0400)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 28 Feb 2017 11:30:22 +0000 (11:30 +0000)
commit128e4e108949b35dbe351fe122a3e34b834e185a
treed651f58d20abd9aef994a4fac86fb05a37940132
parent7562f90707aa1f409ba2312569cb791241fca045
migration: fix id leak regression

This leak was introduced in commit
581f08bac22bdd5e081ae07f68071a0fc3c5c2c7.

(it stands out quickly with ASAN once the rest of the leaks are also
removed from make check with this series)

Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Cc: Juan Quintela <quintela@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170221141451.28305-31-marcandre.lureau@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/savevm.c