upekts: Fix memory leak
Don't allocate a new finger print structure, the fpi_device_get_enroll_data() just below will overwrite it.
This commit is contained in:
parent
5b6f5c9aad
commit
5c5a4f6907
1 changed files with 0 additions and 1 deletions
|
@ -1119,7 +1119,6 @@ e_handle_resp02 (FpDevice *dev, unsigned char *data,
|
|||
else
|
||||
{
|
||||
GVariant *fp_data;
|
||||
print = fp_print_new (dev);
|
||||
|
||||
fpi_device_get_enroll_data (dev, &print);
|
||||
|
||||
|
|
Loading…
Reference in a new issue