mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 05:41:12 +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);
|
FuPxiFirmware *self = FU_PXI_FIRMWARE (object);
|
||||||
g_free (self->model_name);
|
g_free (self->model_name);
|
||||||
|
G_OBJECT_CLASS (fu_pxi_firmware_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user