-
Chuan Zheng authored
When creating new tls client, the tioc->master will be referenced which results in socket leaking after multifd_save_cleanup if we cancel migration. Fix it by do object_unref() after tls client creation. Suggested-by:
Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by:
Chuan Zheng <zhengchuan@huawei.com>
Message-Id: <1605104763-118687-1-git-send-email-zhengchuan@huawei.com>
Reviewed-by:
Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com>Chuan Zheng authoredWhen creating new tls client, the tioc->master will be referenced which results in socket leaking after multifd_save_cleanup if we cancel migration. Fix it by do object_unref() after tls client creation. Suggested-by:
Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by:
Chuan Zheng <zhengchuan@huawei.com>
Message-Id: <1605104763-118687-1-git-send-email-zhengchuan@huawei.com>
Reviewed-by:
Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by:
Dr. David Alan Gilbert <dgilbert@redhat.com>
Loading