mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 07:09:57 +00:00
pixart: Call finalize() on FuFirmware to avoid leaking
This commit is contained in:
parent
3891171641
commit
91324a13c0
@ -196,6 +196,7 @@ fu_pxi_firmware_finalize (GObject *object)
|
||||
{
|
||||
FuPxiFirmware *self = FU_PXI_FIRMWARE (object);
|
||||
g_free (self->model_name);
|
||||
G_OBJECT_CLASS (fu_pxi_firmware_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user