mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
aesx660: Fix strips leak
This commit is contained in:
committed by
Marco Trevisan
parent
b04c11963e
commit
215974f211
@@ -722,7 +722,7 @@ complete_deactivation (FpImageDevice *dev)
|
|||||||
G_DEBUG_HERE ();
|
G_DEBUG_HERE ();
|
||||||
|
|
||||||
priv->deactivating = FALSE;
|
priv->deactivating = FALSE;
|
||||||
g_slist_free (priv->strips);
|
g_slist_free_full (priv->strips, g_free);
|
||||||
priv->strips = NULL;
|
priv->strips = NULL;
|
||||||
priv->strips_len = 0;
|
priv->strips_len = 0;
|
||||||
fpi_image_device_deactivate_complete (dev, NULL);
|
fpi_image_device_deactivate_complete (dev, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user