verify: Ensure we set set the autoptr value to NULL at definition
This commit is contained in:
parent
9b48864c5b
commit
76dd4066f3
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ start_verification (FpDevice *dev, VerifyData *verify_data)
|
||||||
{
|
{
|
||||||
g_print ("Loading previously enrolled %s finger data...\n",
|
g_print ("Loading previously enrolled %s finger data...\n",
|
||||||
finger_to_string (verify_data->finger));
|
finger_to_string (verify_data->finger));
|
||||||
g_autoptr(FpPrint) verify_print;
|
g_autoptr(FpPrint) verify_print = NULL;
|
||||||
|
|
||||||
verify_print = print_data_load (dev, verify_data->finger);
|
verify_print = print_data_load (dev, verify_data->finger);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue