diff options
Diffstat (limited to 'input')
| -rw-r--r-- | input/main.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/input/main.c b/input/main.c index e74c4482..bc7eb8e7 100644 --- a/input/main.c +++ b/input/main.c @@ -79,5 +79,11 @@ int main(int argc, char *argv[])  	input_dbus_exit(); +	g_main_loop_unref(main_loop); + +	info("Exit"); + +	stop_logging(); +  	return 0;  } | 
