mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 04:41:48 +00:00
parade-lspcon: Add missing parent finalizer
This commit is contained in:
parent
d0162352a6
commit
aff4ff7183
@ -94,6 +94,7 @@ fu_parade_lspcon_device_finalize(GObject *object)
|
|||||||
{
|
{
|
||||||
FuParadeLspconDevice *self = FU_PARADE_LSPCON_DEVICE(object);
|
FuParadeLspconDevice *self = FU_PARADE_LSPCON_DEVICE(object);
|
||||||
g_free(self->aux_device_name);
|
g_free(self->aux_device_name);
|
||||||
|
G_OBJECT_CLASS(fu_parade_lspcon_device_parent_class)->finalize(object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user