diff options
author | Peter Xu <peterx@redhat.com> | 2020-09-08 16:30:17 -0400 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-09-25 11:11:01 +0100 |
commit | c02039a6f3730ddcf683a0ba9a175688c6db71a0 (patch) | |
tree | 6e35e75861b5e76135f317cfce6032d5696eb208 /migration/postcopy-ram.c | |
parent | 8c1c07929feae876202ba26f07a540c5115c18cd (diff) | |
download | qemu-c02039a6f3730ddcf683a0ba9a175688c6db71a0.zip qemu-c02039a6f3730ddcf683a0ba9a175688c6db71a0.tar.gz qemu-c02039a6f3730ddcf683a0ba9a175688c6db71a0.tar.bz2 |
migration: Properly destroy variables on incoming side
In migration_incoming_state_destroy(), we've got a few variables that aren't
destroyed properly, namely:
main_thread_load_event
postcopy_pause_sem_dst
postcopy_pause_sem_fault
rp_mutex
Destroy them properly.
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20200908203022.341615-2-peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/postcopy-ram.c')
0 files changed, 0 insertions, 0 deletions