mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 21:15:31 +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);
|
||||
g_free(self->aux_device_name);
|
||||
G_OBJECT_CLASS(fu_parade_lspcon_device_parent_class)->finalize(object);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user