mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
main: De-init the storage when main loop is over
This commit is contained in:
@ -218,5 +218,7 @@ main (int argc, char **argv)
|
|||||||
g_bus_unown_name (request_name_ret);
|
g_bus_unown_name (request_name_ret);
|
||||||
g_debug ("main loop completed");
|
g_debug ("main loop completed");
|
||||||
|
|
||||||
|
store.deinit ();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user