mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +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_main_loop_run(loop);
|
||||||
g_message("main loop completed");
|
g_message("main loop completed");
|
||||||
|
|
||||||
|
g_object_unref (manager);
|
||||||
|
|
||||||
err:
|
err:
|
||||||
fp_exit();
|
fp_exit();
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user