mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 04:08:07 +02:00
daemon: Fix warning about unused variable
By unref'ing the manager object before we exit.
This commit is contained in:
parent
76700853f0
commit
c3de292486
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue