mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
lib: Remove num_stripes from fpi_assemble_frames()
This commit is contained in:
committed by
Benjamin Berg
parent
3b480caab1
commit
f25d0a0dc9
@@ -312,7 +312,7 @@ static void capture_set_idle_cmd_cb(FpiUsbTransfer *transfer, FpDevice *device,
|
||||
FpImage *img;
|
||||
|
||||
priv->strips = g_slist_reverse(priv->strips);
|
||||
img = fpi_assemble_frames(cls->assembling_ctx, priv->strips, priv->strips_len);
|
||||
img = fpi_assemble_frames(cls->assembling_ctx, priv->strips);
|
||||
g_slist_foreach(priv->strips, (GFunc) g_free, NULL);
|
||||
g_slist_free(priv->strips);
|
||||
priv->strips = NULL;
|
||||
|
||||
Reference in New Issue
Block a user