mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Remove num_stripes from fpi_assemble_frames()
This commit is contained in:
committed by
Benjamin Berg
parent
3b480caab1
commit
f25d0a0dc9
@@ -437,8 +437,7 @@ static void capture_read_strip_cb(FpiUsbTransfer *transfer, FpDevice *_dev,
|
||||
self->strips = g_slist_reverse(self->strips);
|
||||
fpi_do_movement_estimation(&assembling_ctx, self->strips);
|
||||
img = fpi_assemble_frames(&assembling_ctx,
|
||||
self->strips,
|
||||
self->strips_len);
|
||||
self->strips);
|
||||
g_slist_free_full(self->strips, g_free);
|
||||
self->strips = NULL;
|
||||
self->strips_len = 0;
|
||||
|
||||
Reference in New Issue
Block a user