mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-08 18:18:08 +02:00
main: De-init the storage when main loop is over
This commit is contained in:
parent
0af8cf1d56
commit
a5ff42394e
1 changed files with 2 additions and 0 deletions
|
|
@ -218,5 +218,7 @@ main (int argc, char **argv)
|
|||
g_bus_unown_name (request_name_ret);
|
||||
g_debug ("main loop completed");
|
||||
|
||||
store.deinit ();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue