mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
vfs101: Fix an use-after-free issue
This commit is contained in:
committed by
Marco Trevisan
parent
2aa415f233
commit
62c8554dac
@@ -184,8 +184,8 @@ async_send_cb (FpiUsbTransfer *transfer, FpDevice *device,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_error_free (error);
|
|
||||||
fp_dbg ("Ignoring send error: %s", error->message);
|
fp_dbg ("Ignoring send error: %s", error->message);
|
||||||
|
g_error_free (error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Reset ignore_error flag */
|
/* Reset ignore_error flag */
|
||||||
|
|||||||
Reference in New Issue
Block a user