mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 21:06:51 +00:00
aes2510: Fix strips leak
This commit is contained in:
committed by
Marco Trevisan
parent
c3244f38dc
commit
b04c11963e
@@ -822,7 +822,7 @@ complete_deactivation (FpImageDevice *dev)
|
||||
* maybe we can do this with a master reset, unconditionally? */
|
||||
|
||||
self->deactivating = FALSE;
|
||||
g_slist_free (self->strips);
|
||||
g_slist_free_full (self->strips, g_free);
|
||||
self->strips = NULL;
|
||||
self->strips_len = 0;
|
||||
fpi_image_device_deactivate_complete (dev, NULL);
|
||||
|
||||
Reference in New Issue
Block a user