mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
daemon: Fix warning about unused variable
By unref'ing the manager object before we exit.
This commit is contained in:
@ -369,6 +369,8 @@ int main(int argc, char **argv)
|
||||
g_main_loop_run(loop);
|
||||
g_message("main loop completed");
|
||||
|
||||
g_object_unref (manager);
|
||||
|
||||
err:
|
||||
fp_exit();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user