synaptics: Initialize user_id autoptr to NULL
This commit is contained in:
parent
e812653acd
commit
519b5acc91
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ enroll (FpDevice *device)
|
|||
GVariant *uid = NULL;
|
||||
const gchar *username;
|
||||
guint finger;
|
||||
g_autofree gchar *user_id;
|
||||
g_autofree gchar *user_id = NULL;
|
||||
gssize user_id_len;
|
||||
g_autofree guint8 *payload = NULL;
|
||||
const GDate *date;
|
||||
|
|
Loading…
Reference in a new issue