mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 21:06:51 +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 ();
|
||||
|
||||
priv->deactivating = FALSE;
|
||||
g_slist_free (priv->strips);
|
||||
g_slist_free_full (priv->strips, g_free);
|
||||
priv->strips = NULL;
|
||||
priv->strips_len = 0;
|
||||
fpi_image_device_deactivate_complete (dev, NULL);
|
||||
|
||||
Reference in New Issue
Block a user