Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libfprint
fprintd
Commits
c3de2924
Commit
c3de2924
authored
Mar 30, 2011
by
Bastien Nocera
Browse files
daemon: Fix warning about unused variable
By unref'ing the manager object before we exit.
parent
76700853
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
c3de2924
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment