mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 13:28:09 +02:00
device: Fix memory leak on object destruction
Add the missing chain-up on finalize().
This commit is contained in:
parent
cc4bac3410
commit
aab923e3cd
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ static void fprint_device_finalize(GObject *object)
|
|||
|
||||
g_hash_table_destroy (priv->clients);
|
||||
/* FIXME close and stuff */
|
||||
|
||||
G_OBJECT_CLASS(fprint_device_parent_class)->finalize(object);
|
||||
}
|
||||
|
||||
static void fprint_device_set_property(GObject *object, guint property_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue