mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-04 11:58:30 +02:00
device: Clear the critical section source on destruction
This commit is contained in:
parent
5fb3b8b43a
commit
f1a61c060f
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ fp_device_finalize (GObject *object)
|
|||
|
||||
g_clear_pointer (&priv->current_idle_cancel_source, g_source_destroy);
|
||||
g_clear_pointer (&priv->current_task_idle_return_source, g_source_destroy);
|
||||
g_clear_pointer (&priv->critical_section_flush_source, g_source_destroy);
|
||||
|
||||
g_clear_pointer (&priv->device_id, g_free);
|
||||
g_clear_pointer (&priv->device_name, g_free);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue