hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() failure
authorLi Zhijian <lizhijian@fujitsu.com>
Mon, 3 Feb 2025 16:19:06 +0000 (16:19 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 21 Feb 2025 12:18:42 +0000 (07:18 -0500)
commit06953e7e5ea5e8fa0b7b704bdb66ab1e62f1f378
tree75173e52839ca7282bb682d36462683fb40c5acb
parent0401c4328f4d18be540fd432c2bbacce4531d14f
hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() failure

Address a memory leak issue by ensuring `regs->special_ops` is freed when
`msix_init_exclusive_bar()` encounters an error during CXL Type3 device
initialization.

Additionally, this patch renames err_address_space_free to err_msix_uninit
for better clarity and logical flow

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20250203161908.145406-4-Jonathan.Cameron@huawei.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/mem/cxl_type3.c