aesx660: Fix strips leak

This commit is contained in:
Marco Trevisan (Treviño)
2026-07-13 08:13:46 +00:00
committed by Marco Trevisan
parent b04c11963e
commit 215974f211
+1 -1
View File
@@ -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);