mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
enroll: Fix usernames memory leak
usernames was not freed on exit.
This commit is contained in:
committed by
Bastien Nocera
parent
2e00c7a4b1
commit
8f75563920
@ -184,6 +184,7 @@ int main(int argc, char **argv)
|
||||
do_enroll(dev);
|
||||
release_device(dev);
|
||||
g_free(finger_name);
|
||||
g_strfreev(usernames);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user