mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-03-10 23:10:34 +01:00
test-device-fake: Consume the identify print if we're returning with error
This commit is contained in:
parent
669e091b03
commit
b04eed0aea
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ fpi_device_fake_identify (FpDevice *device)
|
|||
else
|
||||
{
|
||||
fpi_device_identify_complete (device, fake_dev->ret_error);
|
||||
g_clear_object (&fake_dev->ret_print);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue