diff --git a/libfprint/drivers/aesx660.c b/libfprint/drivers/aesx660.c index dc0bc0de..846df638 100644 --- a/libfprint/drivers/aesx660.c +++ b/libfprint/drivers/aesx660.c @@ -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);