mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 10:27:11 +00:00
superio: Add missing parent finalizer
This commit is contained in:
parent
e4513fa7d0
commit
758f34548c
@ -628,6 +628,7 @@ fu_superio_it55_device_finalize(GObject *obj)
|
||||
{
|
||||
FuEcIt55Device *self = FU_SUPERIO_IT55_DEVICE(obj);
|
||||
g_free(self->prj_name);
|
||||
G_OBJECT_CLASS(fu_superio_it55_device_parent_class)->finalize(obj);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user